heb12 / heb12-electron

A simple Electron app for reading the Bible
https://heb12.github.io/desktop
GNU General Public License v3.0
8 stars 7 forks source link

SWORD Functionality #46

Open MasterOfTheTiger opened 5 years ago

MasterOfTheTiger commented 5 years ago

https://www.crosswire.org/sword/ provides Bible modules which can be used in Bible applications. Sword2JSON is a NPM module which can be used to enable interaction with the SWORD library in JavaScript.

Things which need to be done for this to be complete:

jsyeo commented 4 years ago

There's also a NPM library that interfaces with SWORD modules through an api. https://github.com/tobias-klein/node-sword-interface

MasterOfTheTiger commented 4 years ago

Thanks for the suggestion! Unfortunately, this project is on hold for the moment. I am working on rebuilding it with @pufflegamerz without Electron. It's going well, and I hope to add word functionality to it.