samuel-pratt / bc-ferries-api

🛳 The only public API for retrieving current data on BC Ferries sailings.
https://bcferriesapi.ca
MIT License
32 stars 10 forks source link

Go update #19

Closed samuel-pratt closed 3 years ago

samuel-pratt commented 3 years ago

Fixes #12, #9, and #7.

Rewrote the scraper and api in Go. This will fix the slow calls when updating the data by updating in a concurrent goroutine.

Removed url parameters as they were going unused, if anyone wants them added back in I can open a new pr.

Site and readme still need to be updated in a separate pr.