Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karl-sjogren/letter-avatar-service

A microservice that generates image avatars consisting of one or two letters.
https://github.com/karl-sjogren/letter-avatar-service

Last synced: 5 days ago
JSON representation

A microservice that generates image avatars consisting of one or two letters.

Awesome Lists containing this project

README

        

# Letter Avatar Service [![Azure Pipelines Status](https://karl-sjogren.visualstudio.com/letter-avatar-service/_apis/build/status/karl-sjogren.letter-avatar-service?branchName=develop)](https://karl-sjogren.visualstudio.com/letter-avatar-service/_build/latest?definitionId=3&branchName=develop) [![Travis CI Status](https://travis-ci.com/karl-sjogren/letter-avatar-service.svg?branch=develop)](https://travis-ci.com/karl-sjogren/letter-avatar-service) [![NuGet Version](https://img.shields.io/nuget/v/LetterAvatars.Generator)](https://www.nuget.org/packages/LetterAvatars.Generator/) [![NuGet Downloads](https://img.shields.io/nuget/dt/LetterAvatars.Generator)](https://www.nuget.org/packages/LetterAvatars.Generator/)

A microservice that generates image avatars consisting of one or two letters.

## Background palettes

A good palette of background colors is important. There one compiled into the
`DefaultPaletteService` is generated via [i want hue](http://tools.medialab.sciences-po.fr/iwanthue/)
which is a great little servive that creates great palettes and can generate
as many colors as needed (instead of just a few complementary colors as most
service gives you).

## Notice

While this is a fully working and useful project this is also my playground for new
services and libraries. This is why there are support for a lot of services and multple
CI configured.