Scrapes bus info from upstream NSmart servers
Go to file
dvdrw 66ad4e1666
feat: make scraping much more robust
Sometimes the upstream API will just drop most of the data included. This commit
assumes less of that data will be included, as well as using the most out of the
data.

For example, using line IDs from upstream is entirely avoided, using line names
and titles to determine lines and their directions.
2023-10-04 15:56:32 +02:00
main feat: fan out scrapes over time, support different scrape intervals 2023-10-04 15:54:07 +02:00
scraper feat: make scraping much more robust 2023-10-04 15:56:32 +02:00
go.mod init: initial commit 2023-09-28 14:27:31 +02:00
go.sum init: initial commit 2023-09-28 14:27:31 +02:00