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

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.

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
```