A simple app to blur images received on spacebro.
It is a simple app written for the spacebro guide
But it could be used in many ways. Play with it!
git clone https://github.com/soixantecircuits/blurrybro
sudo apt-get install imagemagick
# or $ brew install imagemagick
# or $ yaourt imagemagick
nvm use
yarn
cp settings/settings.default.json settings/settings.json
And edit settings.json You can also change settings with argv parameters. Learn more about this on standard-settings
nvm use
node index.js
Ask emmanuel on soixantecircuits.slack.com
Please do!