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

https://github.com/pawelgoj/weather-app

Web weather widget using openweather API
https://github.com/pawelgoj/weather-app

front-end javascript weather

Last synced: about 1 month ago
JSON representation

Web weather widget using openweather API

Awesome Lists containing this project

README

        

# Weather APP
![Weather_App](App_gif.gif)

## Description

Weather APP is web widget using openweather API: https://openweathermap.org/api

## Usage

- Get api key for https://openweathermap.org/api or adjust the app for another API.

- If you use the openweather API, you paste your api key in the appropriate place in the key.env file:

```
API_KEY=...................;
```
## Technologies/Tools

- Java Script
- HTML
- CSS
- Axios https://github.com/axios/axios
- Openweather API https://openweathermap.org/api
- Google fonts https://fonts.google.com/
- fontawesome https://fontawesome.com