Project

gifs_diana

0.0
No release in over 3 years
Low commit activity in last 3 years
Gem for getting random gifs and a txt generated by each call
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

= 0.17.3
 Project Readme

GifsDiana

A gem for getting random gifs :)

Installation

Add this line to your application's Gemfile:

gem 'gifs_diana'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install gifs_diana

Usage

require 'gifs_diana'

GifsDiana.get_by_id(28)
=> Txt generated :)
=> Route = gifs_urls

GifsDiana.get_by_tag "cat"

GifsDiana.random "ping-pong"

Contributing

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