https://github.com/liddiard/flight-status-dashboard
Simple command line UI to display the progress of your flight.
https://github.com/liddiard/flight-status-dashboard
bash flight javascript node shell
Last synced: 2 months ago
JSON representation
Simple command line UI to display the progress of your flight.
- Host: GitHub
- URL: https://github.com/liddiard/flight-status-dashboard
- Owner: liddiard
- Created: 2016-12-20T20:09:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T20:43:59.000Z (about 9 years ago)
- Last Synced: 2025-03-28T11:17:01.570Z (about 1 year ago)
- Topics: bash, flight, javascript, node, shell
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flight-status-dashboard
Simple command line UI to view the status of your flight while in the air by pinging airlines' APIs (which are accessible even if you haven't paid for onboard Wi-Fi).
I might turn this into a web page that stores and graphs stats about your flight as you go (ground speed, altitude, air temperature, etc.) and notifies you if your ETA changes because that sounds like fun.
Currently only supports United Airlines. Made while I was bored on a flight. Planning to support American Airlines soon.

## Usage
1. Clone the repo
2. `npm install`
3. `npm start`