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: 2 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T13:08:15.000Z (about 5 years ago)
- Last Synced: 2025-04-14T20:22:28.906Z (6 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
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