An app that uses the API from the OpenWeatherAPI to display the current weather conditions in the specified city.
The Geolocation Api was also used in combination with OpenWeatherAPI to display the location of the user and present the weather data in the location of the user.
When the geolocation of the user is not available, instead of the weather data of the user's location, the initial page will be as follows:
Clone and run npm install
in your root directory to install the required dependencies. You will also need to create a .env
file to save your key from OpenWeatherAPI, and name it as OPEN_WEATHER_API_KEY
.