short-bible-verse
Version:
shortest Holy Bible verses
23 lines (14 loc) • 364 B
Markdown
# SHORT BIBLE VERSE
Is a simple package containing a stack of shortest verses of the Holy Bible and generates them randomly.
## USAGE
Use the npm install
```bash
npm i short-bible-verse
```
## Usage
```javascript
const short_verse = require('short-bible-verse');
console.log(short_verse());
```
## License
[MIT](https://choosealicense.com/licenses/mit/)