Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Update CHANGELOG and README for 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kejadlen committed Nov 22, 2014
1 parent 80c8036 commit f194093
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.5 - 2014.11.22
### Changed
- Use `forecast-config` for managing API keys.
- Fixed bug when precipitation intensity/probability was all 0's.

## 0.0.4 - 2014.11.21
### Added
- Sparklines for precipitation intensity and probability for the next hour
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@

# Installation

Download and install the [workflow][download]. Edit the script filter to add your location and API keys:
Download and install the [workflow][download].

[download]: https://github.com/kejadlen/forecast.alfredworkflow/releases/download/0.0.1/Forecast.alfredworkflow
[download]: https://github.com/kejadlen/forecast.alfredworkflow/releases/download/0.0.5/Forecast.alfredworkflow

Run `forecast-config VALUE` to set API keys and the default location:

- `FORECAST_API_KEY`: Get an API key [here][forecast-api-key].
- `GOOGLE_API_KEY`: Get an API key [here][google-api-key]. (Used for geocoding.
Expand All @@ -29,7 +31,6 @@ Download and install the [workflow][download]. Edit the script filter to add you

# TODO

- Make installation easier
- Handle errors gracefully
- Caching? (Probably unnecessary...)
- Use `Accept-Encoding: gzip` for Forecast calls
Expand Down

0 comments on commit f194093

Please sign in to comment.