Project

Buranya

0.0
No release in over a year
Cat pictures and jokes (mostly)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Buranya

Welcome to Buranya! Buranya (Base of Random Knowledge) is a smol gem that allows you to get facts, jokes and cats pictures.

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add buranya

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install buranya

Usage

To receive a random fact about a number type:

num_facts(20)

You can also specify what you want your number to be:

num_facts(20, 'date')
num_facts(20, 'math')
num_facts(20, 'year')

To get joke of certain theme:

jokes('general')
jokes('programming')

To receive a link of cat photo of chosen breed type:

cat_pic('bengal')

You can also get a picture with full review of a breed:

cat_breed_review('bengal')

Contributing

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