varJonathanR / weather-app

WeatherApp is an application that provides detailed current weather information and a forecast for the next 6 days. The app shows: temperature (Celsius and Fahrenheit), humidity, visibility, air pressure and wind state. Get real-time weather and check weekly forecasts quickly and easily.

Home Page:https://weather-app-varjonathanr.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌦️ Weather App

Solution for a challenge from Devchallenges.io.

Netlify Status

Table of Contents

Overview

Weather App Preview

Welcome my Weather App, your go-to destination for real-time weather information from around the world! This comprehensive weather application provides you with a forecast for the next 5 days (daily average) and current conditions.

Key Features:

✔️ Global Coverage: Access weather data for locations worldwide. Whether you're planning a trip or just curious about the weather elsewhere, WeatherApp has you covered. (Limited by GeoDB API)

✔️ 5-Day Forecast: Stay ahead of the weather with a detailed forecast for the upcoming 5 days. Plan your activities with confidence, knowing what to expect in advance. (Daily average)

✔️ Current Conditions: Get real-time updates on the current weather conditions, including temperature, humidity, wind speed, and wind direction.

✔️ Geolocation: Allow Weather App to access your current location for instant, personalized weather information tailored to your surroundings.

✔️ User-Friendly Interface: Enjoy a seamless and intuitive user interface, making it easy to navigate and retrieve the weather data you need.

Note

This project does not store information about your geolocation and is not used for any purpose other than calling the OpenWeather API.

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/varJonathanR/weather-app

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact

About

WeatherApp is an application that provides detailed current weather information and a forecast for the next 6 days. The app shows: temperature (Celsius and Fahrenheit), humidity, visibility, air pressure and wind state. Get real-time weather and check weekly forecasts quickly and easily.

https://weather-app-varjonathanr.netlify.app/


Languages

Language:JavaScript 94.5%Language:CSS 3.4%Language:HTML 2.1%