1.0.0 • Published 6 years ago

bible-book-num v1.0.0

Weekly downloads
19
License
MIT
Repository
gitlab
Last release
6 years ago

Bible Book Number

This is a simple Node module that gives a book ID number when given a book of the Bible.

Note: It counts from zero.

Installation

npm i -S bible-book-num

Usage

const book-num = require('bible-book-num')
console.log(book-num(Genesis)) // Should return 0

Credits

Copyright (c) 2018 MasterOfTheTiger. MIT License.

books.json file from Chapter and Verse by danday74. ISC License.

1.0.0

6 years ago