Gives a number for the book of the bible requested
Homepage Repository npm Download
This is a simple Node module that gives a book ID number when given a book of the Bible.
Note: It counts from zero.
npm i -S bible-book-num
const book-num = require('bible-book-num')
console.log(book-num(Genesis)) // Should return 0
Copyright (c) 2018 MasterOfTheTiger. MIT License.
books.json file from Chapter and Verse by danday74. ISC License.