Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 64bd15e

Browse files
committed
added documentation for env variables
1 parent 4217b0e commit 64bd15e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ Install the scripts easily as a [ruby gem](https://rubygems.org/gems/jake-script
2525
```ruby
2626
gem install jake-scripts
2727
```
28-
28+
## API Keys
29+
* Users now the options to set their own API keys through environment variables
30+
```bash
31+
export OMDBAPI_API_KEY=key_goes_here
32+
export APIXU_API_KEY=key_goes_here
33+
```
2934
## Gems Used
3035
* [Rest-Client](https://github.com/rest-client/rest-client) - Client for making HTTP requests in ruby
3136
* [Ruby Money](https://github.com/RubyMoney/money) - Ruby library for accurate currency management

0 commit comments

Comments
 (0)