parroit/couch-promise

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# couch-promise
[![Build Status](https://secure.travis-ci.org/parroit/couch-promise.png?branch=master)](http://travis-ci.org/parroit/couch-promise)  [![Npm module](https://badge.fury.io/js/couch-promise.png)](https://npmjs.org/package/couch-promise) [![Code Climate](https://codeclimate.com/github/parroit/couch-promise.png)](https://codeclimate.com/github/parroit/couch-promise)

The best project ever.

## Getting Started
Install the module with: `npm install couch-promise --save`

```javascript
var couch_promise = require('couch-promise');
couch_promise.awesome(); // "awesome"
```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality.


## License
Copyright (c) 2013 parroit  
Licensed under the MIT license.