The Commuter is a CLI tool for viewing live arrival times at any NYC MTA subway station.
- Ruby >= 3.3.0
- Command line interface
git clone
or manually download the repository.bundle install
to install dependencies.rake db:migrate
to initialize a local copy of my database model on your computer.rake db:seed
to 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.