https://github.com/kylejb/nyc-mta-cli
View live arrival times at any MTA subway station from your terminal.
https://github.com/kylejb/nyc-mta-cli
command-line-app mta nyc-subway-data ruby
Last synced: 12 months ago
JSON representation
View live arrival times at any MTA subway station from your terminal.
- Host: GitHub
- URL: https://github.com/kylejb/nyc-mta-cli
- Owner: kylejb
- Archived: true
- Created: 2020-07-11T09:40:09.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T01:14:59.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T18:14:55.620Z (about 1 year ago)
- Topics: command-line-app, mta, nyc-subway-data, ruby
- Language: Ruby
- Homepage:
- Size: 994 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# The Commuter
The Commuter is a CLI tool for viewing live arrival times at any NYC MTA subway station.
## Demo

## Installation
### Prerequisites
- Ruby >= 3.3.0
- Command line interface
### Setup
1. `git clone` or manually download the repository.
2. `bundle install` to install dependencies.
3. `rake db:migrate` to initialize a local copy of my database model on your computer.
4. `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.
### Quickstart
`ruby bin/run.rb` to run the application.