Travis CI:
1.9.2, 1.9.3, 2.0.0
An unofficial 'API' for BibleGateway.com.
Add this line to your application's Gemfile:
gem 'bible_gateway'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bible_gateway
BibleGateway.versions # available versions
b = BibleGateway.new # defaults to :king_james_version, but can be initialized to different version
b.version = :english_standard_version
b.lookup('John 1:1') # => "<h4>John 1</h4>\n<h5>The Word Became Flesh</h5> <sup>1</sup> In the beginning was the Word, and the Word was with God, and the Word was God."
- Add other versions that are available
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
See LICENSE for details. Most Bible translations are copyrighted. Please see BibleGateway.com for more information.