1.0.10 • Published 5 months ago

biblia-de-jerusalen v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.10

5 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

0.1.7

6 months ago

0.1.4

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago