All Projects → tobiaslins → Avatar

tobiaslins / Avatar

Licence: mit
💎 Beautiful avatars as a microservice

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Avatar

Micro
Asynchronous HTTP microservices
Stars: ✭ 9,987 (+1503.05%)
Mutual labels:  microservice, micro
Micro Starter
[Deprecated] 🔷 Basic (opinionated) starter kit for a micro app with webpack build
Stars: ✭ 144 (-76.89%)
Mutual labels:  microservice, micro
Micro Jaymock
Tiny API mocking microservice for generating fake JSON data.
Stars: ✭ 123 (-80.26%)
Mutual labels:  microservice, micro
Awesome Micro
A collection of awesome things regarding zeit's micro.
Stars: ✭ 1,053 (+69.02%)
Mutual labels:  microservice, micro
Unfurl
Scraper for oEmbed, Twitter Cards and Open Graph metadata - fast and Promise-based ⚡️
Stars: ✭ 193 (-69.02%)
Mutual labels:  microservice, micro
S
a go web freamwork for micro service, very very easy to create and deploy, with auto service registry and discover, high performance and based on http/2 no ssl
Stars: ✭ 67 (-89.25%)
Mutual labels:  microservice, micro
Micro Medium Api
Microservice for fetching the latest posts of Medium with GraphQL.
Stars: ✭ 138 (-77.85%)
Mutual labels:  microservice, micro
Micro Analytics Cli
Public analytics as a Node.js microservice. No sysadmin experience required! 📈
Stars: ✭ 743 (+19.26%)
Mutual labels:  microservice, micro
Go Os
Stars: ✭ 185 (-70.3%)
Mutual labels:  microservice, micro
Micro Cluster
Run multiple micro servers and a front proxy at a time
Stars: ✭ 173 (-72.23%)
Mutual labels:  microservice, micro
Microservice learning
从零开始微服务框架使用
Stars: ✭ 31 (-95.02%)
Mutual labels:  microservice, micro
Micro Router
🚉 A tiny and functional router for Zeit's Micro
Stars: ✭ 621 (-0.32%)
Mutual labels:  microservice, micro
Remit
RabbitMQ-backed microservices supporting RPC, pubsub, automatic service discovery and scaling with no code changes.
Stars: ✭ 24 (-96.15%)
Mutual labels:  microservice, micro
Micro Jwt Auth
jwt authorization wrapper for https://github.com/zeit/micro
Stars: ✭ 97 (-84.43%)
Mutual labels:  microservice, micro
Hemera
🔬 Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/
Stars: ✭ 773 (+24.08%)
Mutual labels:  microservice, micro
Go Grpc
A simpler grpc framework
Stars: ✭ 133 (-78.65%)
Mutual labels:  microservice, micro
Stack Rpc Tutorials
Stack-RPC 中文示例、教程、资料,源码解读
Stars: ✭ 1,736 (+178.65%)
Mutual labels:  microservice, micro
Go Project Sample
Introduce the best practice experience of Go project with a complete project example.通过一个完整的项目示例介绍Go语言项目的最佳实践经验.
Stars: ✭ 344 (-44.78%)
Mutual labels:  microservice, micro
Getty
a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Stars: ✭ 532 (-14.61%)
Mutual labels:  microservice, micro
Kapow
Kapow! If you can script it, you can HTTP it.
Stars: ✭ 526 (-15.57%)
Mutual labels:  microservice

avatar

Avatar generates beautiful gradient avatars for your app or homepage (for example if they didn't upload one)

Avatar is built on top of micro and is hosted on Heroku

How to use avatar

To generate an avatar just embed following URL https://avatar.tobi.sh/. Now you can append a username to generate an avatar

You will receive a png image with a size of 120*120px

Each name will generate a unique avatar. Just replace tobiaslins with an username or email

PNG avatar

https://avatar.tobi.sh/tobiaslins

Avatar for tobiaslins

Custom size

https://avatar.tobi.sh/tobiaslins?size=30

Avatar for tobiaslins

SVG avatar

It is possible to receive an svg avatar by adding the extension .svg or the parameter type=svg

https://avatar.tobi.sh/tobiaslins.svg
https://avatar.tobi.sh/tobiaslins?type=svg

Add initials

It is possible to add initials or a text to the avatar by adding the text parameter.

Feature only working with SVG

https://avatar.tobi.sh/tobiaslins.svg?text=TL

Avatar for tobiaslins

Random avatar

If you just want to use random avatars without providing usernames, you can use the root endpoint

https://avatar.tobi.sh/

Random Avatar

Usecase

Are you creating a new app/website with an user system?

If your user doesn't want to load a custom profile picture - you can show him a unique generated avatar

Deploy to Heroku

Do you want to deploy avatar to Heroku? We got all that covered for you. Just click this button:

Deploy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].