Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 462 Bytes

couch-proxy-experiment

This is an experiment of how you can build a CouchDB proxy on top of restify.

Getting Started

Install the module with: npm install couch-proxy-experiment

Start the server with npm start

Configure via environment variables:

COUCH_URL=https://me.cloudant.com COUCH_USER=username COUCH_PASS=password PORT=8000 npm start

License

Copyright (c) 2013 Johannes J. Schmidt, null2 GmbH Licensed under the MIT license.