bricejlin / holy-bible

Javascript library for accessing bible scripture
MIT License
11 stars 0 forks source link

Question about translation jsons #8

Open queeratkent opened 2 years ago

queeratkent commented 2 years ago

How did you get the KJV and ASV translations into the JSON format in such a way without manually typing them out? The Bible has like... 31k verses I think? How did you manage that for 2 translations?

bricejlin commented 2 years ago

Hi @MadisonRWozniak, tbh it’s been so long I can’t remember exactly. I think I might’ve taken a pre-existing json like https://github.com/scrollmapper/bible_databases/tree/master/json and mapped into my own json format. Hope that’s helpful!