Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icherya/weather-forecast

🌤 Weather forecast pet-project with GEO-search using OpenWeatherMap API
https://github.com/icherya/weather-forecast

css html javascript pet-project weather weather-api weather-forecast

Last synced: about 2 months ago
JSON representation

🌤 Weather forecast pet-project with GEO-search using OpenWeatherMap API

Awesome Lists containing this project

README

        

# 🌤 Weather Forecast
Weather forecast pet-project with GEO-search using OpenWeatherMap API

![Demo](./img/weather-forecast-demo.gif)

This repo is not contain config.js file with OpenWeatherMap API key. To work with this project you should:
1. Generate your own API key on [OpenWeatherMap API](https://openweathermap.org/api)
2. Create config.js file in root folder with:
```javascript
const config = {
MY_KEY: 'Place here your own API key'
}
```

**Technology used:**
* HTML
* CSS
* JavaScript