Skip to content

jackpaschke/cta-ridership

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYC Subway Ridership

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:

About

Visualization of daily CTA L ridership

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.4%
  • SCSS 4.8%
  • HTML 3.8%