Built using Ruby (Sinatra, Puma, LMDB), with Imgur, Gfycat, and Reddit.
Gif info is stored in a LMDB database, and API calls are stored as plaintext on the server.
- Get an imgur API Client ID
- Clone and cd into the repo,
bundle install
the dependencies- Edit
config.ru
and add your Client ID - Run initialize.rb to build the database
rackup
to run the server.