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

Latest commit

 

History

History
11 lines (9 loc) · 374 Bytes

File metadata and controls

11 lines (9 loc) · 374 Bytes

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";
...