README.md
changeset 1 1e78bb2c0c84
equal deleted inserted replaced
0:a279a342bc78 1:1e78bb2c0c84
       
     1 # CouchDB _changes API client #
       
     2 
       
     3 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.
       
     4 
       
     5 ### How to run the example ###
       
     6 
       
     7  * Install [sbt](http://www.scala-sbt.org) tool.
       
     8  * Create `example` database in your couchdb (running on localhost:5984).
       
     9  * In the repository, run `sbt run`.