An open API service indexing awesome lists of open source software.

https://github.com/farskipper/kjv

King James Version of the Holy Bible as JSON
https://github.com/farskipper/kjv

bible json nodejs

Last synced: about 1 year ago
JSON representation

King James Version of the Holy Bible as JSON

Awesome Lists containing this project

README

          

# kjv

[![Build Status](https://travis-ci.org/farskipper/kjv.svg)](https://travis-ci.org/farskipper/kjv)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

King James Version of the Holy Bible as JSON

Example:

```js
var verses = require('kjv/json/verses-1769.json')

console.log(verses['John 3:16'])
// "# For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life."
```

The pound sign `#` is for new paragraph. Words in brackets `[..]` are italic.

## License

Public Domain