An unofficial API to the BVG (Berlin Transport Services) written in JavaScript.
Dependencies
- request to fetch HTML from http://mobil.bvg.de
- cheerio to extract data from the HTML DOM tree
- restify to serve the extracted data via REST API
git clone [email protected]:kr1sp1n/bvg-api.git
cd bvg-api
npm install
npm start
Watch for changes and restart server automatically:
gulp develop