An open API service indexing awesome lists of open source software.

https://github.com/andredarcie/node-gtfs-api

Api for Node GTFS
https://github.com/andredarcie/node-gtfs-api

javascript javascript-applications node-gtfs nodejs

Last synced: 12 months ago
JSON representation

Api for Node GTFS

Awesome Lists containing this project

README

          

# Node-GTFS-API
REST API for [node-gtfs](https://github.com/brendannee/node-gtfs).

## Getting started

### Mongo DB
Download and install [mongoDB](https://www.mongodb.com/download-center?jmp=nav#community).

To set environment variables on Windows 10:
1. Right click on Computer
2. Click on Properties
3. Click on Advanced System Settings
4. Click on Environment variables
5. In System variables on variable Path add the url: `C:\Program Files\MongoDB\Server\3.2\bin`
6. Run `mongo -version` to make sure everything is ok

### NodeJS
Download and install [NodeJS](https://nodejs.org/en/).
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