/penticons.rb

An implementation of Penticons in ruby programming language

Primary LanguageRubyMIT LicenseMIT

The penticon Gem

An implementation of Penticons in ruby programming language.

Identicons similar to GitHub's contribution activity calendar.

Gem Version Code Climate Downloads

require 'penticon'

arg = "Penticons"
p = Penticon.uri_image(arg)
print p

####Installation

gem install penticon

####LICENSE Penticons implementations are released under the MIT license.