2015-11-13 12:29:59 +01:00
2015-10-21 12:37:28 +02:00
2015-10-20 12:45:31 +02:00
2015-10-23 12:27:28 +02:00
2015-10-20 12:45:31 +02:00
2015-10-20 12:45:31 +02:00
2015-10-23 12:27:28 +02:00

Librarix

Manage all your collections in your browser and automatically fetch infos from TheMovieDB

Installation

Librarix is a simple Sinatra app that can be used as a standalone app or mounted in another app.

Standalone

Create a Gemfile and add this line:

gem 'librarix'

And then execute:

$ bundle

Finally, you need a config.ru file to launch the Rack application:

require 'librarix'

Tmdb::Api.key('THE_MOVIE_DB_API_KEY')
Librarix.redis = Redis.new # use the correct host, port and db number for your redis database

run Librarix::Application
Description
A simple webapp to manage your movie collection
Readme 178 KiB
Languages
Ruby 100%