Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 542 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 542 Bytes

README

Inject a little spice into your load screens with some random quotes!

  • Written in Ruby version 2.4.0

  • Configuration:

    Install Jalapeno:

     gem install jalapeno

    Or add to your Gemfile:

     gem 'jalapeno', '~> 1.0.5'

    and run bundle install

  • How to use:

Call Jalapeno followed by the category of quote you are looking for. Examples:

Jalapeno.movie #generates a random movie quote
Jalapeno.book #generates a famous (or semi-famous) book quote

...and so on