reversify

1.1.0 • Public • Published

Reversify

npm dependencies status devDependencies status

A plugin for bible-passage-reference-parser to change versification systems.

Copyright (c) 2016 Dannii Willis, MIT licenced

Usage

var bcv_parser = require( 'bible-passage-reference-parser/js/en_bcv_parser' );

// Install the plugin
require( 'reversify' )( bcv_parser );
var bcv = new bcv_parser.bcv_parser();

bcv.parse( 'Lev 5:21 NAB' ).reversify( 'default' );
// Lev.6.2

Supported translations

  • CEB (incomplete support outside the Protestant Canon)
  • ESV
  • GNT (Good News)
  • HCSB
  • KJV, NKJV
  • NAB, NABRE (except for Daniel)
  • NASB
  • NET
  • NIV, NRIV, TNIV
  • NJPS
  • NLT
  • NRSV

Readme

Keywords

Package Sidebar

Install

npm i reversify

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • curiousdannii