https://github.com/jundel-malazarte/weather-app-javascript
Weather App Using JavaScript
https://github.com/jundel-malazarte/weather-app-javascript
api weather weather-api weather-app weather-forecast
Last synced: 2 months ago
JSON representation
Weather App Using JavaScript
- Host: GitHub
- URL: https://github.com/jundel-malazarte/weather-app-javascript
- Owner: Jundel-Malazarte
- Created: 2024-11-30T20:26:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T20:39:02.000Z (7 months ago)
- Last Synced: 2025-02-12T06:25:03.331Z (4 months ago)
- Topics: api, weather, weather-api, weather-app, weather-forecast
- Language: JavaScript
- Homepage: https://openweathermap.org/
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Weather App
## Warning
You need to get your own api key and replace it in index.js file on line 9 :```javascript
const APIKey = 'Your Api Key';
```Example API key:
```example API key
const APIKey = '1fb96ae839ea693e5c1d2fb4cc6ebe2f';
```# Screenshot
Weather app screenshot :