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
- Host: GitHub
- URL: https://github.com/spacebro/blurrybro
- Owner: spacebro
- Created: 2018-02-12T17:30:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T14:23:03.000Z (about 8 years ago)
- Last Synced: 2025-01-21T21:46:29.728Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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!