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

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

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 direction

You 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)