Invatar provides an "API" for generating fully customizable SVG and image avatars with small text. Inspired from many messaging apps.
Por que? Por que no?
Website: https://invatar0.appspot.com/
svg/a.jpg |
svg/kb.jpg |
svg/md.jpg |
---|---|---|
- Easier to identify users
- Friendlier than a "No avatar" picture
- Background colors are always consistent
- Can use as a fallback picture for Gravatar (
?default=
flag) and other similar services
Do it!
Currently the service is hosted on Google App Engine which is not my first choice. If you can help with hosting, please reach out to me.
$ pip install -r dev-requirements.txt
# Running development server
$ python run.py
# Executing tests
$ tox
MIT