colormind

Library to request Colormind REST Api.


Project maintained by defro Hosted on GitHub Pages — Theme by mattgraham

Docker

A Dockerfile included in this project allows you to run example script in html page or cli console and run unit tests.

Initialization

Build container

First you need to build the container.

docker build -t colormind .

You must launch again this command each time you make changes in Dockerfile.

Fetch libraries with composer

And you need to fetch all needed libraries describe in composer.json file.

docker run -it --rm --name colormind -v "$(pwd)":/application colormind composer install

You must launch again this command each time you make changes in composer.json file.

Run unit test

docker run -it --rm --name colormind -v "$(pwd)":/application colormind composer run-script test