Sha256: 246e7cdf2d4e28cad79f52d799420c905bf88547f6766192a7250f99b77e75cf
Contents?: true
Size: 1.63 KB
Versions: 2
Compression:
Stored size: 1.63 KB
Contents
# Enceladus [![Code Climate](https://codeclimate.com/github/osiro/enceladus/badges/gpa.svg)](https://codeclimate.com/github/osiro/enceladus) [![Build Status](https://travis-ci.org/osiro/enceladus.svg?branch=master)](https://travis-ci.org/osiro/enceladus) [![Test Coverage](https://codeclimate.com/github/osiro/enceladus/badges/coverage.svg)](https://codeclimate.com/github/osiro/enceladus) [![Dependency Status](https://gemnasium.com/osiro/enceladus.svg)](https://gemnasium.com/osiro/enceladus) [![Gem Version](https://badge.fury.io/rb/enceladus.svg)](http://badge.fury.io/rb/enceladus) A ruby wrapper for [TMDb](http://www.themoviedb.org). | [Wiki](https://github.com/osiro/enceladus/wiki) | [Enceladus Documentation](http://www.rubydoc.info/github/osiro/enceladus/master/frames) | [TMDb Api Documentation](http://docs.themoviedb.apiary.io/) | [TMDb Forum](https://www.themoviedb.org/talk) | ## Installation Add this line to your application's Gemfile: gem 'enceladus' And then execute: $ bundle Or install it yourself as: $ gem install enceladus ## Usage You first need to [sign up](https://www.themoviedb.org/account/signup) to The Movie Database and then request a new api key. Have a look at some [usage examples](https://github.com/osiro/enceladus/wiki/Usage) and check out the [docs](http://www.rubydoc.info/github/osiro/enceladus/master/frames) too. ## Contributing 1. Fork it ( https://github.com/osiro/enceladus/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enceladus-0.0.6 | README.md |
enceladus-0.0.5 | README.md |