An application server based on real-time open data of Taipei YouBike.
- A demo server on Heroku -> https://ubike-service.herokuapp.com
- check out API docs.
- Find2Nearest -> Find 2 nearest ubike station (with available bikes)
- ...
$ git clone [email protected]:ctc316/ubike-service.git
$ cd ubike-service
$ npm install
$ node app.js
or run on Docker
$ docker-compose up
see API document on browser
localhost:3000/docs
$ npm test