The Commuter is a CLI tool for viewing live arrival times at any NYC MTA subway station.
- Ruby >= 4.0.0
- Command line interface
git cloneor manually download the repository.bundle installto install dependencies.rake db:migrateto initialize a local copy of my database model on your computer.rake db:seedto populate your database with NYC MTA subway station information.
Important
rake commands must be executed from the root directory of the project.
ruby bin/run.rb to run the application.
