2.0.1 • Published 8 months ago

bibles-js v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Bibles

DISCLAIMER

If you choose to use the ESV or NKJV you MUST obtain a license from them. We are not liable for any failure to obey the law.

Usage

  import * as bible from 'bibles-js'

  const reference = 'Psalms 51:7'
  const verse = bible.get(reference)

  const multiLineReference = '1 John 1:3-3'
  const verses = bible.get(multiLineReference)
2.0.1

8 months ago

2.0.0

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago