Class: Votd::OurManna
- Inherits:
-
Base
- Object
- Base
- Votd::OurManna
- Defined in:
- lib/votd/ourmanna.rb
Overview
Retrieves a Verse of the Day from https://ourmanna.com using the NIV translation.
Constant Summary collapse
- BIBLE_VERSION =
The name of the Bible Translation that this module generates
"NIV"- BIBLE_VERSION_NAME =
The full name of the Bible translation
"New International Version"- ENDPOINT_URL =
The URL of the API gateway
"https://beta.ourmanna.com/api/v1/get?format=json&order=daily"