Cryptozoologist generates random strings from animal, clothing item, and color pairings, as well as lorem ipsum style sentences.
You could get something like "orange-clownfish-turtleneck" or "magenta-three-toed-sloth-shoe-horn". It's fun and silly, because why not? The gem can be configured to use a custom delimiter, exclude dictionaries, or add in speciality dictionaries.
Installation
Add this line to your application's Gemfile:
gem 'cryptozoologist'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cryptozoologist
Documentation
In addition to the brief overview provided here, you can read more about each method, configuration, and general usage in the Docs section of this repo.
Usage
Cryptozoologist provides some fun stuff:
-
Cryptozoologist.random
: returns a string separated by a delimiter -
Cryptozoologist.lorem(sentence_count)
: returnssentence_count
number of sentences -
Cryptozoologist.street_address
: returns a string formatted to US street address standards -
Cryptozoologist.city
: returns a string representing a city -
Cryptozoologist.state
: returns a string representing a state -
Cryptozoologist.full_name
: returns a full name
Custom configuration
More on this in the docs!