Skip to content

varJonathanR/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌦️ 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