Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Giovanni Toraldo authored Mar 2, 2017
1 parent 70be84d commit fcd38fa
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# vivace
# vivace [![CircleCI](https://circleci.com/gh/ClouDesire/vivace.svg?style=svg)](https://circleci.com/gh/ClouDesire/vivace) [![Docker Pulls](https://img.shields.io/docker/pulls/cloudesire/vivace.svg?style=plastic)](https://hub.docker.com/r/cloudesire/vivace/) [![Docker Stars](https://img.shields.io/docker/stars/cloudesire/vivace.svg?style=plastic)](https://hub.docker.com/r/cloudesire/vivace/)

> Extract prominent colors from an image
It exposes [node-vibrant](https://www.npmjs.com/package/node-vibrant) image analysis results via JSON API.

## Build

Build with docker

```sh
$ docker build -t cloudesire/vivace .
```

## Install

Install with docker

```sh
$ docker build -t cloudesire/vivace .
$ docker run -p 8080:3000 -d cloudesire/vivace
```

Expand Down

0 comments on commit fcd38fa

Please sign in to comment.