diff --git a/readme.md b/readme.md index b6f02c37..98b9591e 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,9 @@ A [CouchApp](http://couchapp.org) that lets you export and import data into Couc ## Features -* CSV export your entire database for integration with [Google Refine](http://code.google.com/p/google-refine/) +* CSV export your entire database for integration with spreadsheets or [Google Refine](http://code.google.com/p/google-refine/) + +![screenshot](http://i.imgur.com/ts6T6.png) ## Installation @@ -12,6 +14,7 @@ A [CouchApp](http://couchapp.org) that lets you export and import data into Couc * [Get a couch](http://couchone.com/get), make a database and put some data into it. * Copy these utilities to the new db: + curl -X POST http://user:pass@YOURCOUCH/\_replicate -d '{"source":"http://max.couchone.com/apps","target":"YOURDB", "doc\_ids":["_design/removalist"]}' -H "Content-type: application/json" ### In-depth install @@ -20,6 +23,4 @@ You'll have to get yourself a couch. The easiest way is from [the instructions o You can either replicate the couchapp from my couch [max.couchone.com/apps/_design/removalist](http://max.couchone.com/apps/_design/removalist) (quickest option) or, if you want to hack on the removalist source code first, you'll need to install the [CouchApp command line utility](http://couchapp.org/page/installing) and check out this repo. -If you want to hack on removalist, once you have the couchapp utility working, git clone this repo and go into this folder and execute couchapp init. To upload removalist into your couch just run couchapp push http://YOURCOUCH/DATABASENAME. Otherwise see the Quick install section above. - -![screenshot](http://i.imgur.com/ts6T6.png) \ No newline at end of file +If you want to hack on removalist, once you have the couchapp utility working, git clone this repo and go into this folder and execute couchapp init. To upload removalist into your couch just run couchapp push http://YOURCOUCH/DATABASENAME. Otherwise see the Quick install section above. \ No newline at end of file