Skip to content

A parser and normalizer for Scripture references, used by my SCROLL suite.

Notifications You must be signed in to change notification settings

japhy-/scroll-scripture-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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');

About

A parser and normalizer for Scripture references, used by my SCROLL suite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published