Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 490 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 490 Bytes

mta-bus-ridership-scraper

A CLI tool for scraping all the bus ridership data from www.mta.maryland.gov/performance-improvement and dumping it to a CSV file.

Installation

  1. Download and install Node
  2. In a terminal window, from the root project directory, run npm install

Usage

  1. 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!