# HG changeset patch # User Tomas Zeman # Date 1437723369 0 # Node ID 1e78bb2c0c84ea7b77f7a1bd11c0a4b40f68d798 # Parent a279a342bc78f9bf64eb89c185efdce9174c42c4 README.md edited online with Bitbucket diff -r a279a342bc78 -r 1e78bb2c0c84 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Fri Jul 24 07:36:09 2015 +0000 @@ -0,0 +1,9 @@ +# CouchDB _changes API client # + +This example demonstrates how to receive [continuous changes](http://docs.couchdb.org/en/latest/api/database/changes.html) from CouchDB using [spray.io http client](http://spray.io/documentation/1.2.3/spray-can/http-client/) library. + +### How to run the example ### + + * Install [sbt](http://www.scala-sbt.org) tool. + * Create `example` database in your couchdb (running on localhost:5984). + * In the repository, run `sbt run`. \ No newline at end of file