Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.09 KB

Weather App

Based on ReactJs

About the App

This App has custom weather Engine with which a city can be searched, which then shows City Map and graph of Pressure, Humidity and Temperature with their Averages See the Screenshot: Click Here For Screeshot

Getting Started

There are two methods for getting started with this repo.

Prequisites

For Latest Node.js Package, Click Here
Requirement:

Familiar with Git?

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

> git clone https://github.com/SanchitB23/Weather.git
> cd Weather
> npm install
> npm start

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> npm install
> npm start