|
|
|
|
|
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. |
|
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.