Hacker News new | ask | show | jobs
by juliend2 1239 days 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.

1 comments

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.