Skip to content

Grab a copy of the NYC Citibike stations.json file every 10 minutes and save it to S3.

License

Notifications You must be signed in to change notification settings

ivarvong/citibike-station-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

citibike-station-history

Grab a copy of the NYC Citibike stations.json file every 10 minutes and save it to S3.

The list of snapshots is here: https://citibike-station-history.s3.amazonaws.com/snapshots.json

This runs on Heroku under the scheduler addon.

To run this, you should (TK TK TK check this!) need Ruby 2.2.1 (I use rbenv), bundle install, make an S3 bucket and fill in .env, then bundle exec rake download. There is no web component (yet!)

The .env file looks like:

S3_BUCKET=(your bucket)
S3_ACCESS_KEY=(your key)
S3_SECRET_KEY=(your secret)

About

Grab a copy of the NYC Citibike stations.json file every 10 minutes and save it to S3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages