Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icherya/weather-forecast
- Owner: iCherya
- Created: 2020-07-11T13:07:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T13:08:15.000Z (over 4 years ago)
- Last Synced: 2024-11-06T06:44:37.736Z (3 months ago)
- Topics: css, html, javascript, pet-project, weather, weather-api, weather-forecast
- Language: HTML
- Homepage:
- Size: 787 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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