Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

gabuladze/amindi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amindi

A simple web-page that shows you the local weather. It uses the OpenWeather current weather API.

Instructions

To make the thing work put your OpenWeatherAPI key in js/script.js as shown below:

var apiUrl = "http://api.openweathermap.org/data/2.5/weather?APPID=";
var appID = "YOUR_API_KEY_GOES_HERE";
...

About

Weather web-page. (uses OpenWeatherAPI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors