knownasilya / sword

Simple Bible passage parser. Converts text based passages into a usable object.
https://www.npmjs.org/package/sword
ISC License
8 stars 2 forks source link

cross denominational support #11

Open calvinmetcalf opened 9 years ago

calvinmetcalf commented 9 years ago

Catholic bibles tend to have the deuterocanon (Tobit, Judith, 1 and 2 Maccabees, Wisdom, Sirach and Baruch), Eastern Orthodox has even more, see (this chart on wikipedia)

knownasilya commented 9 years ago

As long as they follow the same structure as the other books, e.g. chapter:verse, then they should be easy to add in the json file. PRs accepted :+1:

knownasilya commented 9 years ago

The only issue I see, is if there are multiple versions of these books, so different denominations have different "extra" books. So the orders would change. This might need an API change.