Skip to content

Commit

Permalink
clearer wording in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Apr 15, 2012
1 parent 09fcaea commit 3385055
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -3,17 +3,18 @@
A visualisation of color usage over time. Thanks to the Brooklyn Museum's awesome data.

## Usage
`updatejson.sh` is a small wrapper to call `colours.js`
`updatejson` is a small wrapper to call `colours`

`colours.js` takes an image and its metadata and gets the 5 most used colors
`colours` takes an image and its metadata and gets the 5 most used colors

`count.js` mapreduces the output from `colours.js` and dumps color frequency for the time periods
`count` mapreduces the output from `colours` and dumps color frequency for the time periods

## ToDo

Create streamgraph and stacked bar graph
Switch data dump to json
Hit live api
Get rid of updatejson (handle directory entries in colours.coffee)

## Requirements

Expand Down

0 comments on commit 3385055

Please sign in to comment.