Skip to content

asier-ortiz/airport-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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) http://localhost:1234

Screenshots