Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asier-ortiz/airport-finder
Flight searcher web app
https://github.com/asier-ortiz/airport-finder
flights-api javascript-vanilla
Last synced: 27 days ago
JSON representation
Flight searcher web app
- Host: GitHub
- URL: https://github.com/asier-ortiz/airport-finder
- Owner: asier-ortiz
- License: mit
- Created: 2024-01-30T13:46:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T00:05:39.000Z (11 months ago)
- Last Synced: 2024-11-29T11:44:23.150Z (about 1 month ago)
- Topics: flights-api, javascript-vanilla
- Language: JavaScript
- Homepage:
- Size: 4.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airport Finder
Airport finder is a web application that allows you to search among hundreds of airports around the world and track thousands of flights in real time.
## How to build
- Enter your API KEYS in the [config.js](./src/js/config.js) file
- Make sure you have npm installed
- Run the `npm install` command from the project root directory to download the dependencies
- Run the `npm start` command from the root directory of the project
- Once the build is done Parcel will start the local server on port 1234 (it'll choose another one if it is occupied)## Screenshots