Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 11 hours ago
JSON representation

Tapback Memoji's is an open source avatar generator. Create unique Apple style profile pictures for any use-case.

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


Tapback Memoji Example
Tapback Memoji Example
Tapback Memoji Example
Tapback Memoji Example

## 🔗 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
User Avatar
```

## ✨ Features

- Unique avatars generated based on input string
- Consistent generation for the same input
- No authentication required
- Fast response times
- Suitable for various applications