Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splitbrain/monsterid
The original MonsterID implementation
https://github.com/splitbrain/monsterid
avatar avatar-generator identicon monsterid
Last synced: 5 days ago
JSON representation
The original MonsterID implementation
- Host: GitHub
- URL: https://github.com/splitbrain/monsterid
- Owner: splitbrain
- License: mit
- Created: 2018-04-03T09:50:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T14:05:04.000Z (about 5 years ago)
- Last Synced: 2024-10-05T13:15:36.142Z (about 1 month ago)
- Topics: avatar, avatar-generator, identicon, monsterid
- Language: PHP
- Homepage: https://www.splitbrain.org/projects/monsterid
- Size: 43.9 KB
- Stars: 65
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MonsterID
MonsterID is a method to generate a unique monster image based upon a certain identifier (IP address, email address, whatever). It can be used to automatically provide personal avatar images in blog comments or other community services.
**This repository is basically just a dump of the [original implementation][5], relicensed under the MIT License. If you need production ready code, have a look at [sandfoxme/monsterid][6]**.
MonsterID was inspired by a post by [Don Park][1] and the [Combinatoric Critters][2].
All graphics were created by [Andreas Gohr][3]. The source code and the graphics are provided under the [MIT License][4].
[1]: http://www.docuverse.com/blog/donpark/2007/01/18/visual-security-9-block-ip-identification
[2]: http://www.levitated.net/bones/walkingFaces/index.html
[3]: http://www.splitbrain.org
[4]: https://opensource.org/licenses/MIT
[5]: https://www.splitbrain.org/projects/monsterid
[6]: https://github.com/sandfoxme/monsterid