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 = ' ';