A CLI tool for scraping all the bus ridership data from www.mta.maryland.gov/performance-improvement and dumping it to a CSV file.
- Download and install Node
- In a terminal window, from the root project directory, run
npm install
- In a terminal window, from the root project directory, run
node index.js
A mta-bus-ridership.csv
file will be written to the root project directory. Enjoy!