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 🎯
- Host: GitHub
- URL: https://github.com/codewithdpk/avatar-me
- Owner: codewithdpk
- Created: 2021-07-03T08:43:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T16:23:38.000Z (over 3 years ago)
- Last Synced: 2024-04-10T19:04:23.367Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://auto-avatar.onrender.com/draw?firstName=John&lastName=Doe&mode=short&background=78dae3
- Size: 672 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)