Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 718 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 718 Bytes

BVG API

An unofficial API to the BVG (Berlin Transport Services) written in JavaScript.

Demo

Dependencies

Install

git clone [email protected]:kr1sp1n/bvg-api.git
cd bvg-api
npm install

Run

npm start

Develop

Watch for changes and restart server automatically:

gulp develop