Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Add note about units to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Jun 22, 2015
1 parent ab05286 commit 377261c
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 @@ -39,6 +39,14 @@ You can find your Forecast.io API key on their [developers’ page](http://devel

As for the `HUBOT_FORECAST_ROOM`, that depends on your adapter; the example above is for HipChat, for Slack, it would be something like `general`.

If you live in the US, and wish to use Fahrenheit, you’ll want to:

```bash
$ heroku config:set HUBOT_FORECAST_UNITS=us
```

Otherwise your bot will report in Celsius, which is the default.

Some additional EnvVars exist if you want to customize the “working time” for the forecast reporting (default values shown below):

```bash
Expand Down

0 comments on commit 377261c

Please sign in to comment.