1.0.10 • Published 4 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
4 months ago
1.0.8
5 months ago
1.0.7
5 months ago
1.0.6
5 months ago
1.0.5
5 months ago
1.0.10
4 months ago
1.0.2
5 months ago
1.0.1
5 months ago
1.0.0
5 months ago
1.0.4
5 months ago
1.0.3
5 months ago
0.1.7
5 months ago
0.1.4
5 months ago
0.1.6
5 months ago
0.1.5
5 months ago
0.1.3
5 months ago
0.1.2
5 months ago
0.1.1
5 months ago