Skip to content

Commit

Permalink
Update readMe
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaraTully committed Sep 20, 2024
1 parent e103665 commit fad01ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
Golang cli for telling you the weather

## Configuration
This CLI uses the geocoder api as a location service. This location service needs an api key. In order to use this cli, you will need to create a .env file in the root of this project with a value
GEOCODE_API_KEY
This CLI uses the geocoder api as a location service. This location service needs an api key. In order to use this cli, you will need to make a `GEOCODE_API_KEY` secret availaible to the application.

You can generate an api key at the following website: https://geocode.maps.co/

```
GEOCODE_API_KEY=<secret-value> whats-the-weather location Paris
```

0 comments on commit fad01ba

Please sign in to comment.