All Projects → aarohmankad → identicon-api

aarohmankad / identicon-api

Licence: other
A simple API to retrieve SVG identicons

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to identicon-api

icodi
Deterministic Random SVG Icon Generator
Stars: ✭ 18 (+20%)
Mutual labels:  identicon, avatar-generator, identicon-generator, avatar-placeholder
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+493.33%)
Mutual labels:  identicon, avatar, avatar-generator, identicon-generator
boring-avatars
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.
Stars: ✭ 3,582 (+23780%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
react-nice-avatar
react library for generating avatar
Stars: ✭ 700 (+4566.67%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
monsterid
MonsterID adaptation for Composer and modern PHP versions
Stars: ✭ 20 (+33.33%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
monsterID
The original MonsterID implementation
Stars: ✭ 56 (+273.33%)
Mutual labels:  identicon, avatar, avatar-generator
AvatarGAN
Generate Cartoon Images using Generative Adversarial Network
Stars: ✭ 24 (+60%)
Mutual labels:  avatar, avatar-generator
Avataaars Generator
Simple generator React app for avataaars
Stars: ✭ 2,078 (+13753.33%)
Mutual labels:  avatar, avatar-generator
identicon
Original Identicon java and canvas implementations
Stars: ✭ 64 (+326.67%)
Mutual labels:  identicon, identicon-generator
go-qidenticon
qidenticon (identicon generator from Bitmessage) ported to Go
Stars: ✭ 12 (-20%)
Mutual labels:  identicon, identicon-generator
Gravatar
👤 Gravatar Helper & Generator (Laravel supported)
Stars: ✭ 19 (+26.67%)
Mutual labels:  identicon, avatar
awesome-identicons
A curated list of "Visual Hashs" (Identicon, Avatar, Fractal, RandomArt and general Hash Visualization)
Stars: ✭ 156 (+940%)
Mutual labels:  identicon, avatar
monsterid
Node.js porting of the original PHP library
Stars: ✭ 15 (+0%)
Mutual labels:  avatar, avatar-generator
github-avatar-generator
Generate github-style avatar with java awt
Stars: ✭ 37 (+146.67%)
Mutual labels:  avatar, avatar-generator
pixitar
🧝 Pixitar is an avatar generation library written in Ruby.
Stars: ✭ 20 (+33.33%)
Mutual labels:  avatar, avatar-generator
ng-person
A universal avatar component for Angular 2+ applications that generates truly unique colored letter avatar based on provided name.
Stars: ✭ 19 (+26.67%)
Mutual labels:  avatar, avatar-placeholder
AvatarImageGenerator
Android library to generate image avatar from the first letter of a username. Letter avatar like Gmail Android best practice
Stars: ✭ 61 (+306.67%)
Mutual labels:  avatar-generator, avatar-placeholder
avatar-gen
pillow 生成头像,中英文首字母或者随机像素化。Using pillow for generate avatars, first letter of string in Chinese and English or random pixel like avatars.
Stars: ✭ 31 (+106.67%)
Mutual labels:  avatar, avatar-generator
BlockiesSwift
Unique blocky identicons generator for Swift
Stars: ✭ 53 (+253.33%)
Mutual labels:  identicon, identicon-generator
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (+0%)
Mutual labels:  identicon, avatar

Identicon API

This project stemmed from the need to include dynamic, default identicons for new users of UNUM. I was inspired by the amazing work of jdenticon, a javascript module that allowed the generating of identicons. This project provides a simple interface to that project.

Use

I strived to make the API as easy to use as possible. Use can look like so:

<img src="https://identicon-api.herokuapp.com/<username>/<size>?format=(svg|png)" alt="">
  • username: This doesn't have to be a username, just any string. Hashing is done server-side using SHA-256.
  • size: This is the size of the image you would like returned. For now, the API only returns squares, so size is any natural number.
  • format: This is the format you would like the image returned in, svg or png. (Default: svg)

Contributing

I'd love for you to contribute to the project! Go ahead and submit a pull request and I'll be sure to take a look at it. Here are some ideas to get you started:

  • Support for more diverse sizes, though this will have to be through changes to the dmester/jdenticon repo
  • Support for different hash functions, specified through the Request body
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].