Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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