top | item 34552802

(no title)

kept3k | 3 years ago

Holy Bible Study & Cross-Reference Tool: https://bible-ui.rkeplin.com/book/kjv/1/1

Also, Holy Bible Search & Cross-Reference API: https://www.rkeplin.com/the-holy-bible-open-source-rest-api/

Made 0$ so far :)

discuss

order

juliend2|3 years ago

Nice! I did a few projects like this, but with more modest UIs:

- https://github.com/juliend2/data-bible , for french translations

- more recently: https://1mbible.co

Have you thought about using some AI techniques (like Word Embedding) for your search engine? I'm interested in toying with this a bit in my next Bible-related project.

kept3k|3 years ago

Nice, - I like the simplicity of your UI. Though I can't read French, it looks like you've got some nice features there.

No, I haven't thought of thought of that. Very cool idea.

I'd like to make the API accessible via JS from all domains, but using an API token. I'm starting to get a lot of requests to use the API, however, most everyone wants to call the API directly via JS. Right now they have to go through a proxy like NGINX or some server side proxy.

ddgflorida|3 years ago

Nice work. When I change the version after a search, it resets to Genesis. I think it should keep the search results.

kept3k|3 years ago

Thanks, - yeah I agree thanks for catching that