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
- Host: GitHub
- URL: https://github.com/andredarcie/node-gtfs-api
- Owner: andredarcie
- License: mit
- Created: 2016-08-07T00:31:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T11:20:37.000Z (about 9 years ago)
- Last Synced: 2025-01-09T20:09:21.364Z (about 1 year ago)
- Topics: javascript, javascript-applications, node-gtfs, nodejs
- Language: JavaScript
- Size: 11.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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