Library to request Colormind REST Api.
A Dockerfile included in this project allows you to run example script in html page or cli console and run unit tests.
First you need to build the container.
docker build -t colormind .
You must launch again this command each time you make changes in Dockerfile.
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.
docker run -it --rm --name colormind -v "$(pwd)":/application colormind composer run-script test