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

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

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 :

![screenshot](./assets/README-images/manila.png)