Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwrhine committed Nov 24, 2020
1 parent bc32039 commit 200a1f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ A simple weather app that displays the current weather data of your location.
## Running the project

Replace the variable `apiKey` in `main.dart` with your API key from [OpenWeatherMap](https://openweathermap.org/).
Then run:
```
flutter pub get
flutter run
```

## Dependencies
```
Expand Down

0 comments on commit 200a1f6

Please sign in to comment.