1.0.10 • Published 1 year ago

@jjkavalam/holy-bible-ml v1.0.10

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

This package makes the Malayalam Holy Bible available for use in the browser as well as node.

Note that for node, it is provided in ESM format.

The contents of the Bible is provided in a structured format as shown below.

import getHolyBible from '@jjkavalam/holy-bible-ml'

getHolyBible().then(books => {
    console.log(books);
})
[
    {
        "bookId": "1",
        "name": "ഉല്‍‍പത്തി",
        "chapters": [
            {
                "chapterId": "1",
                "titles": [
                    {
                        "after": -1,
                        "text": "അദ്ധ്യായം 3"
                    },
                    ...
                ],
                "verses": [
                    "ആദിയില്‍ ദൈവം ആകാശവും ഭൂമിയും സൃഷ്ടിച്ചു.",
                    ...
                ]
            },
            ...
        ]
    },
    ...
]

The library weights about 2 MB, predominantly the contents gzipped.

The original contents are obtained from https://thiruvachanam.in/

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago