/theWeatherApp

Demo: https://the-react-weather.herokuapp.com/

Primary LanguageJavaScript

The Weather App

A weather app built with react, that gets user input as a city, and fetches the current weather and forecast from an OpenWeatherMap API. The app also gives the user, the information of high, low, wind, rain, sunrise and sunset along with the weather.

Demo 😮

live site

app demo

Installation 🛠️

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start

API 👻

OpenWeatherMap API