Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helium/angry-purple-tiger
animal-based hash digests for humans
https://github.com/helium/angry-purple-tiger
Last synced: 5 days ago
JSON representation
animal-based hash digests for humans
- Host: GitHub
- URL: https://github.com/helium/angry-purple-tiger
- Owner: helium
- License: apache-2.0
- Created: 2018-12-18T22:50:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T18:28:33.000Z (over 1 year ago)
- Last Synced: 2024-10-30T14:28:10.874Z (13 days ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 48
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angry Purple Tiger
Angry Purple Tiger generates animal-based hash digests meant to be memorable
and human-readable. Angry Purple Tiger is apt for anthropomorphizing project
names, crypto addresses, UUIDs, or any complex string of characters that
needs to be displayed in a user interface.## Example
```js
import animalHash from 'angry-purple-tiger';const digest = animalHash('my ugly input string');
console.log(digest);
//=> rapid grey rattlesnake
```## License
Apache 2.0 © 2018 Helium Systems, Inc.