/Weather_App_React

A React App that tells and compares real-time weather of any city in the world along with graphs

Primary LanguageJavaScriptMIT LicenseMIT

Weather App

Travis

This app made using ReactJS and Redux displays the temperature, humidity and pressure of all of the locations of the world along with a graph represting it's average. You can compare the weather of various places.

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone url
> npm install
> npm start