BibleModel

This is a Node.js packaged JavaScript project that reads an SQL database containing multiple versions of the Bible.

It presents the text of the Bible, cross-references, and notes as a hierarchy of JSON objects using an HTTP service.

Although it is specifically an Object Model, it also contains a primitive HTML user interface used by the developers to inspect and test the model.

The repository is a GitHub project located at https://github.com/MichaelKentBurns/BibleModel.git

In that project there is a README.md document that explains the project in detail.