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

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

Powered by the Visual Crossing Weather API and OpenStreetMap's Nominatim service, Weather App provides accurate, up-to-date weather information with a user-friendly interface. Whether you're planning your day or checking the forecast for travel, Weather App has you covered.
https://github.com/cfisher21/weather-app

api caching css debouncing forecast geolocation html javascript responsive-design unit-conversion weather weather-app

Last synced: 12 months ago
JSON representation

Powered by the Visual Crossing Weather API and OpenStreetMap's Nominatim service, Weather App provides accurate, up-to-date weather information with a user-friendly interface. Whether you're planning your day or checking the forecast for travel, Weather App has you covered.

Awesome Lists containing this project

README

          

# Weather App

A responsive web application that displays current weather conditions, an hourly forecast, and a 10-day forecast for any location. The app leverages the [Visual Crossing Weather API](https://www.visualcrossing.com/) for weather data and the [Photon API](https://photon.komoot.io/) for location suggestions, along with geolocation to provide local weather updates.

## Features

- **Real-Time Weather Data:**
View current weather conditions and detailed forecasts.

- **Hourly & 10-Day Forecasts:**
Get an overview of the weather for the day ahead and a full 10-day forecast.

- **City Search with Autocomplete:**
Type in a city name and receive suggestions to quickly find your desired location.

- **Unit Conversion:**
Switch between Metric, US, and UK units for temperature and wind speed.

- **Geolocation Support:**
Automatically display weather for your current location when you load the app.

- **Responsive Design:**
Optimized for both desktop and mobile devices.

## Technologies Used

- **HTML5 & CSS3:**
Markup and styling with responsive design considerations.

- **JavaScript (ES6):**
Dynamic user interface, API integrations, caching, and debouncing.

- **APIs:**
- [Visual Crossing Weather API](https://www.visualcrossing.com/)
- [Photon API](https://photon.komoot.io/)
- [Nominatim (for reverse geocoding)](https://nominatim.openstreetmap.org/)