Skip to content

Web app to get information about the current weather in a certain location.

License

Notifications You must be signed in to change notification settings

robertomancebom/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherApp

WeatherApp is a web application that uses OpenWeatherMap API to get information about the current weather in a certain location. As mentioned, the app uses an API so you need to get a key in the OpenWeatherMap API website: https://openweathermap.org/

Once you've gotten the api key, you need to create a config file (config.js) with the following content:

var config = { 
  API_KEY:'XXXXXXX'
}

Where the value of API_KEY is the key you have obtained from the website mentioned before.

Here you can see an example of the app:

WeatherApp Example

About

Web app to get information about the current weather in a certain location.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published