This is my Code Louisville JS/React project. This App helps to search the location, weather, and nearby airports by search City name.
Prerequisites
-
Install NodeJS https://nodejs.org/en/download/
-
To start the App you would need to install package manager NPM.
npm install
-
To start the App
npm start
-
Open the browser and navigate to http://localhost:3000.
Used APIs Search is called by city name. API responds with a list of results that match a searching word.
Open Weather API is used to for Weather search. Units: metric. You can sign for API Key and find the API documentation at https://openweathermap.org/api. You can sign up for a API Key at https://rapidapi.com/ for Airport Search API (cometari-airportsfinder-v1.p.rapidapi.com) and Geolocation API (devru-latitude-longitude-find-v1.p.rapidapi.com)