Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.7 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.7 KB

Weather App Challenge

This Web App allows you to obtain weather information based on your location or a search performed. By default, it shows the weather of a specific place, the request for your location will be made when you decide.

Demo: WeatherApp

Project screenshot

Built with

Features

  • Show a city weather by default.
  • You can search for city and country.
  • You can see weather of today and the next 5 days.
  • You can see the date and location of the weather.
  • You can see according to image for each type of weather.
  • You can see the min and max degree each day.
  • You can see wind status and wind direction.
  • You can see humidity percentage.
  • You can see visibility indicator.
  • You can see air pressure number.
  • You can request your current location weather.
  • You can convert temperature in Celcius to Fahrenheit and vice versa.

Getting Started

First, clone this repository:

git clone https://github.com/OzkrMonroy/weather-app-challenge.git

Then, enter the folder and install the dependencies:

npm install

Finally, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can find the challenge here