1.0.10 • Published 7 months ago
biblia-de-jerusalen v1.0.10
Quickstart setup
npm install biblia-de-jerusalen
Library 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
7 months ago
1.0.8
7 months ago
1.0.7
7 months ago
1.0.6
7 months ago
1.0.5
7 months ago
1.0.10
7 months ago
1.0.2
7 months ago
1.0.1
7 months ago
1.0.0
7 months ago
1.0.4
7 months ago
1.0.3
7 months ago
0.1.7
7 months ago
0.1.4
7 months ago
0.1.6
7 months ago
0.1.5
7 months ago
0.1.3
7 months ago
0.1.2
7 months ago
0.1.1
7 months ago