Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulsinghdev/personal-flight-tracker
Simple nextJS app to track personal flights as I would like to not have 5 billion apps to track across providers
https://github.com/paulsinghdev/personal-flight-tracker
Last synced: 25 days ago
JSON representation
Simple nextJS app to track personal flights as I would like to not have 5 billion apps to track across providers
- Host: GitHub
- URL: https://github.com/paulsinghdev/personal-flight-tracker
- Owner: PaulSinghDev
- Created: 2023-11-21T15:52:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T17:49:56.000Z (about 1 year ago)
- Last Synced: 2024-04-16T14:21:25.713Z (9 months ago)
- Language: TypeScript
- Homepage: https://personal-flight-tracker.vercel.app
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Flight Tracker
Super quick and dirty web-app to track flights. Uses the free API offered by Air
Labs to display flight data.To use this repo:
1. Fork it
2. Do the usual `npm i` or whatever package manager you are using
3. Create a `.env` file with the following
```
FLIGHT_API_KEY="YOUR_AIR_LABS_API_KEY"
FLIGHT_API_BASE_URI="https://airlabs.co/api/v9"
ACCESS_AUTH="COMMA_SEPARATED_LIST_OF_IDS_YOU_WANT_TO_USE_YOUR_KEY:SOME_SUPER_SECRET_PASSWORD"
```4. Run `npm dev`
5. If you want to link to vercel push to git then do the usual vercel link