Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wimell/tapback-memojis
Tapback Memoji's is an open source avatar generator. Create unique Apple style profile pictures for any use-case.
https://github.com/wimell/tapback-memojis
api apple avatar avatar-generator beautiful-avatars emoji figma ios laravel memoji mockup-generator nodejs open-source
Last synced: 3 months ago
JSON representation
Tapback Memoji's is an open source avatar generator. Create unique Apple style profile pictures for any use-case.
- Host: GitHub
- URL: https://github.com/wimell/tapback-memojis
- Owner: Wimell
- License: mit
- Created: 2024-08-27T20:02:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T18:31:01.000Z (5 months ago)
- Last Synced: 2024-10-11T22:40:22.109Z (3 months ago)
- Topics: api, apple, avatar, avatar-generator, beautiful-avatars, emoji, figma, ios, laravel, memoji, mockup-generator, nodejs, open-source
- Language: PHP
- Homepage: https://www.tapback.co
- Size: 5.76 MB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Tapback Memoji H1](./assets/og-image.png)
# Tapback Memoji's
![License](https://img.shields.io/badge/license-MIT-blue.svg)
![Version](https://img.shields.io/badge/version-1.0.0-brightgreen.svg)
![API Status](https://img.shields.io/badge/API-active-success.svg)
[![GitHub stars](https://img.shields.io/github/stars/wimell/Tapback-Memojis.svg)](https://github.com/wimell/Tapback-Memojis/stargazers)## 🚀 Overview
Tapback Memoji API provides a simple and efficient way to generate unique Apple Memoji style avatars for your applications. Create a random avatar, or generate one based on any string.
Check out the [website](https://www.tapback.co?ref=github-readme) for more information on the API, or install the Laravel app locally via the `src` directory.
Key use cases:
- Dynamic user avatars
- Placeholder avatars
- Figma prototyping
## 🔗 Usage
### Get a specific avatar:
```
https://www.tapback.co/api/avatar/{name}.webp
```
Replace `{name}` with any string to generate a unique avatar.### Get a random avatar:
```
https://www.tapback.co/api/avatar.webp
```## 🖼️ Example Implementation
HTML:
```html
```## ✨ Features
- Unique avatars generated based on input string
- Consistent generation for the same input
- No authentication required
- Fast response times
- Suitable for various applications