Skip to content

Simple application to show the weather of different locations.

Notifications You must be signed in to change notification settings

jimyu-houzz/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherApp

Simple application to show the weather of different locations. Local time is shown, and you can see the temperature in Fahrenheit if you click on the temperature degree.


screenshot1 screenshot2

Configs

The app implements OpenWeatherAPI, to get your own API key, go to: https://openweathermap.org
Create file env.js under "scripts" folder.

define([], function(){
    return {
        api_key: <your_api_key>
    };
});

To run app:

Open the index.html file, and the app will start running in a the browser.

About

Simple application to show the weather of different locations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published