Technology Used:
- HTML
- CSS
- JavaScript
- OpenWeatherMap API
- Maps JavaScript API
To use this on your own machine,
- Download or Clone this repo
- Create
config.jsin the root directory - Open the file with any text-editor and enter:
var config = {
API_KEY_OPENWEATHERMAP : 'INSERT_YOUR_API_KEY_HERE'
}
- Replace
INSERT_YOUR_API_KEY_HEREwith your own API key from OpenWeatherMap API, save, and open the HTML file to run