wyatt / usfm2json

Convert Bibles in USFM format to JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usfm2json 0.2.0

Convert Bibles in USFM format to JSON

CSV

01O	1	1		10	In the beginning God created the heavens and the earth.

JSON

{
  "chapter":1,
  "verse":1,
  "text":"In the beginning God created the heavens and the earth.",
  "translation_id":"ASV",
  "book_id":"Gen",
  "book_name":"Genesis"
}

Supported translations

English

American Standard Version (ASV)

node convert-asv.js

King James Version (KJV)

node convert-kjv.js

Russian

Russian Synodal Translation (RST)

node convert-rst.js

Contemporary Russian Translation of the Bible (CRTB)

node convert-crtb.js

The New Russian Translation (NRT)

node convert-nrt.js

Development

Prerequisites

Setup

npm install

About

Convert Bibles in USFM format to JSON

License:MIT License


Languages

Language:JavaScript 100.0%