An open API service indexing awesome lists of open source software.

https://github.com/grimen/rainbow

Shell: MD5 hash lookup using on one of the biggest rainbow lookup tables available.
https://github.com/grimen/rainbow

Last synced: 22 days ago
JSON representation

Shell: MD5 hash lookup using on one of the biggest rainbow lookup tables available.

Awesome Lists containing this project

README

        

h1. Rainbow

MD5 hash lookup using on one of the biggest rainbow lookup tables available.

h2. Requirements

* scrubyt (gem)
* nokogiri (gem)
* Internet connection =)

h2. Installation



sudo gem install grimen-rainbow

h2. Examples

h3. Terminal



$ rainbow 3858f62230ac3c915f300c664312c63f
Result: foobar

h3. In you app



rainbow = Rainbow.new
result = rainbow.lookup('3858f62230ac3c915f300c664312c63f') # => 'foobar'

h2. TODO

* Tests
* Local lookup (only remote lookup available this point)