1.0.10 • Published 9 months ago
biblia-de-jerusalen v1.0.10
Quickstart setup
npm install biblia-de-jerusalenLibrary usage
import { Bible } from 'biblia-de-jerusalen';
const bible = new Bible();
// Get the entire Bible object
const allContent = bible.bible;
console.log(allContent);
// Get a list of all book names
const bookNames = bible.getAllBooks();
console.log(bookNames);
// Get a specific book by name
const genesis = bible.getBook('Génesis');
console.log(genesis);
// Get a specific book versiculums
const genesisVersiculums = bible.getBookVersiculums('Génesis');
console.log(genesis);1.0.9
9 months ago
1.0.8
9 months ago
1.0.7
9 months ago
1.0.6
9 months ago
1.0.5
9 months ago
1.0.10
9 months ago
1.0.2
9 months ago
1.0.1
9 months ago
1.0.0
9 months ago
1.0.4
9 months ago
1.0.3
9 months ago
0.1.7
9 months ago
0.1.4
9 months ago
0.1.6
9 months ago
0.1.5
9 months ago
0.1.3
10 months ago
0.1.2
10 months ago
0.1.1
10 months ago