UNPKG

sync-gateway

Version:

Couchbase Mobile Sync Gateway REST wrapper

32 lines (18 loc) 776 B
# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] > Couchbase Mobile Sync Gateway REST wrapper ## Install ```sh $ npm install --save sync-gateway ``` ## Usage ```js var SyncGateway = require('sync-gateway'); ``` ## License MIT © [Luis Manuel](https://github.com/luismanuel001) [npm-image]: https://badge.fury.io/js/sync-gateway.svg [npm-url]: https://npmjs.org/package/sync-gateway [travis-image]: https://travis-ci.org/luismanuel001/sync-gateway.svg?branch=master [travis-url]: https://travis-ci.org/luismanuel001/sync-gateway [daviddm-image]: https://david-dm.org/luismanuel001/sync-gateway.svg?theme=shields.io [daviddm-url]: https://david-dm.org/luismanuel001/sync-gateway