https://github.com/lunnosmp4/sky-weather
Weather Website
https://github.com/lunnosmp4/sky-weather
api weather
Last synced: about 2 months ago
JSON representation
Weather Website
- Host: GitHub
- URL: https://github.com/lunnosmp4/sky-weather
- Owner: LunnosMp4
- License: gpl-3.0
- Created: 2022-01-25T15:32:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T15:16:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T06:42:12.932Z (4 months ago)
- Topics: api, weather
- Language: JavaScript
- Homepage: https://www.loic-tisseyre.com/sky-weather.html
- Size: 163 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sky Weather
## A very simple Weather Website
This mini project, carried out in 2 days, was intended to introduce me to the basics of the API.
It was thus at this time that I was able to find out about the usefulness of APIs and learn how to use them !*Here is a link to the site : [sky-weather.com](https://www.loic-tisseyre.com/sky-weather.html)*
### FUNCTIONALITY
You will find on this site all the following meteorological information:
- Sunrise and Sunset times
- Temperature (current, maximum, minimal, felt)
- Pression
- Humidity
- Visibility
- Wind
- Gust
- Cloud cover
- Wind directionYou will also find a map from the [Windy](https://www.windy.com) API to observe all this data graphically
## API Reference
This Website use two API :
- [OpenWeather API](https://openweathermap.org/api)
- [Windy API](https://api.windy.com)## Author
- [Lunnos](https://github.com/LunnosMp4)