Breez is a weather app for the web made with plain HTML, CSS and Javascript
Breez uses data from the OpenWeather API.
Use the link above and register to get your own API KEY to get started.
At that point just add the key in app.js
const API_KEY = 'xxxxx';
⚠️ The API KEY used in old commits has been deleted.
- Geolocation - Get geographical position of the user.
- Search City - Search over 200,000 cities.
- Dark & Light Mode - Theme switches based on day and night times of the searched city.
- Air Quality Index - Current air pollution data.
- Hourly Forecast - Display weather forecast for the next 24 hrs.
- Daily Forecast - Display weather forecast for the following 7 days.
- Current Weather - Current weather including:
- Min & Max
- Sunrise & Sunset
- Wind & Wind Degree
- Clouds, Visibility, Humidity, Pressure, UV Index, Dew Point
This project is open source and available under the MIT License.