https://github.com/kinduff/wc
Clean your whiteboard pictures. It's fast, easy and free.
https://github.com/kinduff/wc
Last synced: 9 months ago
JSON representation
Clean your whiteboard pictures. It's fast, easy and free.
- Host: GitHub
- URL: https://github.com/kinduff/wc
- Owner: kinduff
- Created: 2014-04-18T23:12:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-18T23:18:31.000Z (about 12 years ago)
- Last Synced: 2025-01-03T20:12:53.670Z (over 1 year ago)
- Language: Ruby
- Size: 574 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Whiteboard Cleaner
==================
Clean your whiteboard pictures. It's fast, easy and free. Inspired by [@lelandbatey](https://gist.github.com/lelandbatey/8677901).
This project is currently being developed. I need to find a better way to process the images (some background process, job queue, etc).
## Install
```sh
$ git clone git://github.com/kinduff/wc.git
$ bundle install
$ rackup
```
## Test
```sh
$ rake spec
```