Awesome
Node-GTFS-API
REST API for node-gtfs.
Getting started
Mongo DB
Download and install mongoDB.
To set environment variables on Windows 10:
- Right click on Computer
- Click on Properties
- Click on Advanced System Settings
- Click on Environment variables
- In System variables on variable Path add the url:
C:\Program Files\MongoDB\Server\3.2\bin
- Run
mongo -version
to make sure everything is ok
NodeJS
Download and install NodeJS.
Run node -v
to make sure everything is ok
Setup
You can clone from github:
git clone https://github.com/andredarcie/node-gtfs-api.git
cd node-gtfs-api
npm install