Sha256: 5a0454a971c32041f4a5970c66372d4efcd7b2355bafead45103ea06c2c9c2ec
Contents?: true
Size: 1.5 KB
Versions: 2
Compression:
Stored size: 1.5 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](www.themoviedb.org). | [Wiki](https://github.com/osiro/enceladus/wiki) | [Documentation](http://www.rubydoc.info/github/osiro/enceladus/master/frames) | ## 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.4 | README.md |
enceladus-0.0.3 | README.md |