devotions-cli
Version:
Daily devotions, delivered to your command line.
47 lines (31 loc) • 1.41 kB
Markdown
# devotions-cli
> Daily devotions, delivered to your command line.
[](https://www.npmjs.com/package/devotions-cli)
[](https://github.com/feross/standard)
[](https://travis-ci.org/wayneashleyberry/devotions-cli)
In my personal journey to know more scripture, I wanted a new kind of daily
devotion... one for my command line. This little cli will give you a new verse
from the ESV every day.
### Installation
```sh
npm install -g devotions-cli
```
### Usage
```sh
$ devotion
Therefore take up the whole armor of God, that you may be able to withstand in
the evil day, and having done all, to stand firm.
Ephesians 6:13 (ESV)
```
#### Request an API Key
The devotions cli will use a development API key by default, just to get your
started. Please register for your own API key over
[here](http://www.esvapi.org/signup).
When you have your own API key, the devotions cli can be run as follows:
```sh
$ ESV_API_KEY=1234 devotion
```
#### Thanks
Special thanks to the [ESV Bible Web Service](http://www.esvapi.org/).
#### License
MIT © [Wayne Ashley Berry](http://www.wayneashleyberry.com)