-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Awesome API! Suggestion for ease of access #5
Comments
Hi, I do actually have a published NPM package. Here are the links to them: |
Sweet! I'll have a look at them. |
It would be so cool if I could trigger an endpoint that highlighted certain verses. I have so many ideas haha. |
Like for example, if a user is viewing a verse online on some website, someone could make an extension that lets users click on the verse which shows a context menu that allows them to highlight/add a note to the verse in their Youversion bible, so they can look more into it later. |
Hey men, fantastic API. I used it for my Homeassistant project, that gives me verse of the day in picture and in word. |
Hi @Haluska77 , I will certainly look into this but from my understanding locales are done through versions. For example I believe NR06 is Italian. Here's an example of the version file that includes localized versions: {
"AMP": 1588,
"ICL00D": 1196,
"KJV": 1,
"NIV": 111,
"NLT": 116,
"NR06": 122,
"VULG": 823
} https://github.com/Glowstudent777/YouVersion-API/blob/main/src%2Fapi%2Fv1%2Fdb%2Fversions.json If this isn't the case please respond with your modifications and I'll look into providing locales correctly. Best Regards, |
I simply put location: |
Hi @Haluska77, Thank you for the info, I'll get started on this soon. Is this the same or similar for verses or just the votd? I'll add SK to the locales and anymore you can think of. Best Regards, |
In the following link |
Hi Glowstudent777,
Fellow Christian developer here. Thanks for making this. Have you considered making this an npm package that can be installed?
There's also a platform called RapidAPI that lets you create an endpoint that people can use.
Just a few suggestions that could make it easier to add this to projects :)
Godstime
The text was updated successfully, but these errors were encountered: