bible-book-num
v1.0.0
Published
Gives a number for the book of the bible requested
Readme
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-numUsage
const book-num = require('bible-book-num')
console.log(book-num(Genesis)) // Should return 0Credits
Copyright (c) 2018 MasterOfTheTiger. MIT License.
books.json file from Chapter and Verse by danday74. ISC License.
