Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1021 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 1021 Bytes

Weather App

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.

app_preview

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:

app_preview_no_geolocation

To Run Locally

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.