Sha256: 795ee09cf6141eeffbd55b8972bb82dca9c4e03292d91d583d48d973bc748291

Contents?: true

Size: 815 Bytes

Versions: 3

Compression:

Stored size: 815 Bytes

Contents

# Scriptures

This is a self contained copy of the LDS standard works as a ruby gem.

## Why?

Because I can.
Thinking about making a scriptures REST services out of it.
Maybe I am looking for a job at tech.lds.org? HAHA.

## Installation

Add this line to your application's Gemfile:

    gem 'scriptures'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install scriptures

## Dependancies

Needs sqlite engine installed. My preference on OSX is to install through homebrew with:

    $ brew install sqlite

## Usage

TODO: API is still in progress

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
scriptures-0.0.4 README.md
scriptures-0.0.3 README.md
scriptures-0.0.1 README.md