No release in over 3 years
Low commit activity in last 3 years
A v1 of ruby library for https://animatedgif.me. A gem example from GoRails by Chris Oliver. Created for the current Animatedgif JSON.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0
~> 12.3, >= 12.3.3
~> 3.0

Runtime

~> 0.18.0
 Project Readme

Animatedgifme-v1

A ruby library for http://animatedgif.me. Created for the current Animatedgif JSON.

A gem example from the tutorial: Consuming an API Using HTTParty and Creating a Gem @ GoRails by Chris Oliver.

Installation

Add this line to your application's Gemfile:

gem 'animatedgifme-v1'

And then execute:

$ bundle

Or install it yourself as:

$ gem install animatedgifme-v1

Usage

Animatedgifme.find(1700)
#=> "http://animatedgif.me/uploads/f5005a560b8454791e809348c5927653.gif"

Animatedgifme.tagged("cat")
#=> "http://animatedgif.me/uploads/c74bcc6e60f81bb31652cbdbdd732261.gif"

Animatedgifme.random "cat"
#=> "http://animatedgif.me/uploads/8666ff05ceebf8ad03eefdc2e2d0560d.gif"

Testing

$ bundle exec rake

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dneverov/animatedgifme.

License

The gem is available as open source under the terms of the MIT License.