Skip to content

An Express & Node app that displays the weather information for a city specified by the user.

License

Notifications You must be signed in to change notification settings

StelKizi/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An Express & Node app that displays the weather information for a city specified by the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published