Skip to content

rjpower/citibike-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

citibike-history

A simple web application for displaying historical Citibike information.

Requires:

nodejs and express

Usage:

The application requires Citibike information; in lieu of Citibike providing historical data, you'll have to crawl it yourself. It expects to read a JSON files from the data/ directory in the Citibike API format.

npm install -g express
node app