Skip to content
forked from vercel/avatar

๐Ÿ’Ž Beautiful avatars as a microservice

License

Notifications You must be signed in to change notification settings

ganapativs/avatar

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

avatar

Avatar generates beautiful gradient avatars for your app or homepage (for example if they didn't upload one)

Avatar is built on top of micro and is hosted on Heroku

How to use avatar

To generate an avatar just embed following URL https://avatar.tobi.sh/. Now you can append a username to generate an avatar

You will receive a png image with a size of 120*120px

Each name will generate a unique avatar. Just replace tobiaslins with an username or email

PNG avatar

https://avatar.tobi.sh/tobiaslins

Avatar for tobiaslins

Custom size

https://avatar.tobi.sh/tobiaslins?size=30

Avatar for tobiaslins

SVG avatar

It is possible to receive an svg avatar by adding the extension .svg or the parameter type=svg

https://avatar.tobi.sh/tobiaslins.svg
https://avatar.tobi.sh/tobiaslins?type=svg

Random avatar

If you just want to use random avatars without providing usernames, you can use the root endpoint

https://avatar.tobi.sh/

Random Avatar

About

๐Ÿ’Ž Beautiful avatars as a microservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%