Call scripture for public domain Bibles
Homepage Repository npm Download
This is a node module for easily calling up English Bibles. This is originally built as a dependancy for the Electron app Heb12 Desktop.
To install the module, run npm i openbibles
.
const bible = require('openbibles')
console.log(bible('Genesis 1:1', 'kjv')) // Returns "In the beginning God created the heaven and the earth."
OpenBibles Copyright (c) 2018 MasterOfTheTiger. MIT License.
Uses some code from the Holy Bible Node module. Copyright (c) 2015 Brice Lin. MIT License.
Uses bibles from https://github.com/gratis-bible/bible in English. They have been sorted through and only ones that have the full Bible are included. Copyright (c) 2015 Matthew Cook. MIT License. The actual Bible text belongs to their respective owners (see copyright notices in Bible files).