Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engineers-cradle/gen-avatar
Avatar Generation 😎
https://github.com/engineers-cradle/gen-avatar
Last synced: 22 days ago
JSON representation
Avatar Generation 😎
- Host: GitHub
- URL: https://github.com/engineers-cradle/gen-avatar
- Owner: Engineers-Cradle
- License: mit
- Created: 2024-11-05T19:36:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T20:23:13.000Z (about 1 month ago)
- Last Synced: 2024-11-20T21:25:32.133Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gen Avatar 😎
![forthebadge](https://forthebadge.com/images/badges/open-source.svg)
![forthebadge](https://img.shields.io/github/languages/top/Engineers-Cradle/gen-avatar?logo=rust&style=for-the-badge)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Engineers-Cradle/gen-avatar/build-code.yaml?logo=rust&style=for-the-badge)Generate a User Avatar with the initials of the name.
## Features 🚀
- Generate Avatar with Initials
- Redis Cache 📦
- Built with Rust 🦀## Installation 🛠️
```bash
git clone https://github.com/Engineers-Cradle/gen-avatar.git
cd gen-avatar
cargo build --release
```## Configuration 🛠️
Create a `.env` file in the root directory and add the following configuration.
```bash
WEB_SERVER_PORT=
REDIS_URL=
NUM_WORKERS=
LOG_LEVEL=
```## Usage 🚀
```bash
cargo run --release
```## API Endpoints 🚀
- `GET /avatar/:name?theme=light` - Generate Avatar with Initials
## License 📄
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details