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
- Host: GitHub
- URL: https://github.com/pawelgoj/weather-app
- Owner: pawelgoj
- Created: 2021-08-25T22:02:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T09:54:21.000Z (over 2 years ago)
- Last Synced: 2025-01-27T16:47:46.017Z (3 months ago)
- Topics: front-end, javascript, weather
- Language: JavaScript
- Homepage:
- Size: 995 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather APP
## 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