https://github.com/janisha1/ts-busboardbrowser
https://github.com/janisha1/ts-busboardbrowser
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janisha1/ts-busboardbrowser
- Owner: Janisha1
- Created: 2023-07-10T10:17:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T15:38:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T07:45:14.323Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BusBoard
- Postcode entry to get 2 closest bus stops.
- Then get next buses at those locations.
- Using TfL (London transport)# Topics
- Internet & API
# Links
- StopPoint API
- https://api-portal.tfl.gov.uk/api-details#api=StopPoint&operation=Forward_Proxy## API Calls
- Bus Stop Disruptions:
- https://api.tfl.gov.uk/StopPoint/Mode/bus/Disruption
- Live BusStop Predicitons:
- https://api.tfl.gov.uk/StopPoint/{stopID}/Arrivals
- Example London Stop ID: 490008660N- Location data from postcode:
- http://api.postcodes.io/postcodes/{postcode}