Simple frontend for the Bible-API

Getting daily verse. Example:

/api/v1/bible/daily-verse

Get daily verse. Default version (NIV) is used.

Getting a random verse from the Bible. Example:

/api/v1/bible/random-verse

Get random verse from whole Bible. Default version (NIV) is used.

Getting a specific verse from the Bible. Example:

/api/v1/bible/verse?book=Genesis&chapter=1&verse=1

Get Genesis 1:1. Default version (NIV) is used.

/api/v2/bible/Genesis/1/1

Get Genesis 1:1. Default version (NIV) is used. V2 of the api is used.