Converts strings to awesome scifi objects!!
Organic Hash hashes strings (user ID, hashes) to a human-readable, scifi-themed representation.
http://truly-civilized-pancakes.herokuapp.com
$ npm install organic_hash --save
Basic usage
var organicHash = require('organic_hash')();
organicHash.hash('ID_A3AHG7FKPIV07')
// "clearly-mongoloid-pressure"
organicHash.hash('asldkjasldkjasdlkajsd')
// 'technically-common-device'
organicHash.hash('nhahn')
// 'dangerously-successful-gun'
Different length
var organicHash = require('organic_hash')(4);
organicHash.hash('Zero')
// 'slowly-regular-personally-hibernation'
Random hashes
var organicHash = require('organic_hash')();
organicHash.rand();
// 'purposefully-weak-neurotoxin'
Nathan Hahn [email protected] ported the library to Javascript Joseph Chee Chang [email protected] and Zero Cho [email protected]
Apache License, Version 2.0