##Throw a Smiley on it!
This inserts a random ascii smiley face from the lysergix module and draws it on an image! png/jpeg/gif!
This little project is an example express app that abides by the revist.link spec. and glitches out images!
##Installation:
npm install -g nodemon
npm install
cp local.json-dist local.json
##Usage:
npm start
The API provides a single /service
endpoint to POST an image to, which
resonds with the image as modifified by lysergix-gm.
This also comes with a sample client interface for posting images to, located
at /
.
By default the app runs on port 8000, this can be configred in local.json.