Skip to content

Commit

Permalink
Updated README.md with new backend info
Browse files Browse the repository at this point in the history
  • Loading branch information
Madraceee committed Oct 2, 2024
1 parent 846e050 commit 638bd11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ go install github.com/schachmat/wego@latest
location=New York
wwo-api-key=YOUR_WORLDWEATHERONLINE_API_KEY_HERE
```
0. __With a [WeatherAPI](https://www.weatherapi.com/) account__
* You can create an account and get a free API key by [signing up](https://www.weatherapi.com/signup.aspx)
* Update the following `.wegorc` config variables to fit your needs:
```
backend=weatherapi
location=New York
wth-api-key=YOUR_WEATHERAPI_API_KEY_HERE
```
0. You may want to adjust other preferences like `days`, `units` and `…-lang` as
well. Save the file.
0. Run `wego` once again and you should get the weather forecast for the current
Expand Down

0 comments on commit 638bd11

Please sign in to comment.