cesoun / kjv-bible-api

Can I get an Amen.
MIT License
2 stars 1 forks source link

First occurrence of word #2

Closed cesoun closed 3 years ago

cesoun commented 3 years ago

Returns resulting book name, chapter number and verse number.

"old" referring to the Old Testament. "new" referring to the New Testament.

eg.

{
    "old": {
        "book": "string",
        "chapter": 0,
        "verse": 0
    },
    "new": {
        "book": "string",
        "chapter": 0,
        "verse": 0
    }
}