a stateless web service adding creative commons meta data to images
npm install
npm start
To run service on local development 'ImageMagick' and 'ExifTool' need to be installed. If you dont can/want to install these edit JS files and build local docker to test run.
docker run -d --name ccstamper -p 3006:3006 rootzoll/ccstamper:2.1
docker logs ccstamper -f
npm install
ng build
docker build -t="rootzoll/ccstamper:2.1" .
docker run -d --name ccstamper -p 3006:3006 rootzoll/ccstamper:2.1
docker logs ccstamper -f
Run Docker container locally and open in browser to see API live doc
http://localhost:3006