Skip to content

jrobertson/kjlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing the kjlite gem

Usage

require 'kjlite'

bible = KjLite::Bible.new
puts bible.books('Genesis').chapters(1).verses('1', '2')

Output

1:001:001 In the beginning God created the heaven and the earth.

1:001:002 And the earth was without form, and void; and darkness was
           upon the face of the deep. And the Spirit of God moved upon
           the face of the waters.


Resources

bible kj kjlite gem gutenberg

About

kjlite is a lightweight version of the kj gem for accessing the King James Bible. It downloads the text file from gutenberg.org.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages