1.2.3 • Published 3 years ago

scroll-scripture-parser v1.2.3

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

scroll-scripture-parser

A JavaScript module for parsing and normalizing Scripture references. Used by SCROLL (the Scripture Reference Online Library) and related systems.

Installation

npm i scroll-scripture-parser

Usage

const scripture = require('scroll-scripture-parser');

let references = scripture.parseScripture('John 1:1-14; 6');
let normalized = scripture.normalizeScripture('Gen 1:5; Gen 2:3; Gen 10');
let book = scripture.getBookByName('Gen');
1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago