Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

blahblahblah-/subway-ridership

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYC Subway Ridership (Deprecated)

Sunsetting notice

This project was built around a dataset that excludes OMNY taps. It is now outdated, and has outlived its usefulness. There are no plans to rebuild it with the new dataset, and this project is no longer maintained.


A frontend-only React app, providing visualization of daily NYC Subway ridership and trends using turnstiles data, inspired by wanting to see the impact of COVID-19 on transit usage. Heavily relies on aggregated daily turnstiles data by qri. Some front-end elements sampled from The Weekendest and goodservice.io.

Project was started with using Create React App. Uses Mapbox for maps, Semantic UI React for UI elements, Nivo for graphs.

See it live at https://www.subwayridership.nyc.

Running locally

brew install yarn
yarn install
node scripts/generateStationJson.js
node scripts/generateDataJson.js

yarn start

Inspirations: