An open API service indexing awesome lists of open source software.

https://github.com/spacebro/blurrybro

Blur images received on spacebro
https://github.com/spacebro/blurrybro

Last synced: 9 months ago
JSON representation

Blur images received on spacebro

Awesome Lists containing this project

README

          

# blurrybro

A simple app to blur images received on spacebro.

## ❓Why ?

It is a simple app written for the [spacebro
guide](https://github.com/spacebro/spacebro/docs/guides/basics/setup.md)

But it could be used in many ways. Play with it!

## 🌍 Installation

```
git clone https://github.com/soixantecircuits/blurrybro
sudo apt-get install imagemagick
# or $ brew install imagemagick
# or $ yaourt imagemagick
nvm use
yarn
```

## ⚙ Configuration

```
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](https://github.com/soixantecircuits/standard-settings)

## 👋 Usage

```
nvm use
node index.js
```

## 🕳 Troubleshooting

Ask emmanuel on soixantecircuits.slack.com

## ❤️ Contribute

Please do!