Skip to content

Commit dfb26a8

Browse files
authored
Update README.md
1 parent 20e265d commit dfb26a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ To clone and run this application, you'll need [Git](https://git-scm.com) and [N
1111
$ git clone https://github.com/rupesh1310/weather_app.git
1212

1313
# Go into the repository
14-
$ cd filename
14+
$ cd filename
1515

1616
# Install dependencies
1717
$ npm install
1818

1919
# Run the app
2020
$ npm start
2121
```
22+
```bash
23+
# Add your api key in ./src/actions/index.js
24+
const API_KEY = ' ';
25+
```
2226
![](api.png)
2327

2428

0 commit comments

Comments
 (0)