0.0.1 • Published 6 years ago

recurrent_names v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Recurrent Names

Takes a string, converts it to a 128 bit hash, converts the hash to a freindly name and stores the result in a key value pair locally. Making searching for both key value pair simple and easy.

Thanks to human-readable and docker for the assets and local for storing locally.

Example

Create name

getHR('9028j9ko39i53klf');
'swift-engelbart-grasshopper'

Fetch name

getHR('9028j9ko39i53klf');
'swift-engelbart-grasshopper'
getId('swift-engelbart-grasshopper');
'9028j9ko39i53klf'
0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago