1.1.0 • Published 9 months ago

bible-converter v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Bible Converter

Convert common digital Bible formats to a universal JSON Bible Format.

Currently supported file types:

  • Zefania XML
  • OSIS XML
  • OpenSong XML
  • Beblia XML
  • SoftProjector SPB
  • WordProject HTML
  • BibleQuote HTML
  • iBible HTML
  • MyBible SQL
  • eBible SQL
  • jBible SQL

This is a helpful utility, but make sure you have the proper permission to actually use the Bible file you are converting! If unsure take contact with the publisher/Bible society.

If you have issues in regards to copyright, please take contact!

See a list of available Bibles here: biblelist.netlify.app

Usage

Convert a folder of Bibles (with auto detect)

import convertBibles from "bible-converter"

const INPUT_FOLDER = "../Bibles/"
const OUTPUT_FOLDER = "/converted/"

convertBibles(INPUT_FOLDER, OUTPUT_FOLDER)

Convert a specific file

import { convertBible } from "bible-converter"

const INPUT_FILE = "bible.xml"
const OUTPUT_FOLDER = "/converted/"

await convertBible().auto(INPUT_FILE, OUTPUT_FOLDER)
await convertBible().zefania(INPUT_FILE, OUTPUT_FOLDER)
1.1.0

9 months ago

1.0.0

9 months ago