Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 865 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 865 Bytes

Weather app

forthebadge forthebadge

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/rupesh1310/weather_app.git

# Go into the repository
$ cd filename 

# Install dependencies
$ npm install

# Run the app
$ npm start

# Add your api key in ./src/actions/index.js 
const API_KEY = ' ';

alt tag