blahblahblah- / subway-ridership

Visualization of daily NYC subway ridership

Home Page:https://www.subwayridership.nyc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Visualization of daily NYC subway ridership

https://www.subwayridership.nyc

License:MIT License


Languages

Language:JavaScript 91.0%Language:SCSS 5.3%Language:HTML 3.7%