An open API service indexing awesome lists of open source software.

https://github.com/codewithdpk/avatar-me

Dynamic Avatar generator api 🎯
https://github.com/codewithdpk/avatar-me

Last synced: 3 months ago
JSON representation

Dynamic Avatar generator api 🎯

Awesome Lists containing this project

README

          

# avatar-me

## How to use

Demo URL: https://auto-avatar.onrender.com/draw?firstName=John&lastName=Doe&mode=short&background=78dae3

### Base URL

https://auto-avatar.onrender.com/draw

### Parameters

- `firstName` First name of the profile (Required)
- `lastName` Last name of the profile (Required)
- `background` Background color of image, pass hashcode only without hash, let's say your color code in `#000000`, then pass only `000000`(Optional)
- `mode` Mode should be `short` or `long`. by default it will consider `long` (Optional)