Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/nhz-io-pouch-db-manager
https://github.com/nhz-io/nhz-io-pouch-db-manager
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhz-io/nhz-io-pouch-db-manager
- Owner: nhz-io
- License: mit
- Created: 2017-11-17T21:45:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T17:37:00.000Z (about 7 years ago)
- Last Synced: 2024-12-13T00:33:34.759Z (12 days ago)
- Language: CoffeeScript
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PouchDB Connections Manager
[![Travis Build][travis]](https://travis-ci.org/nhz-io/nhz-io-pouch-db-manager)
[![Coverage][coveralls]](https://coveralls.io/github/nhz-io/nhz-io-pouch-db-manager)
[![NPM Version][npm]](https://www.npmjs.com/package/@nhz.io/pouch-db-manager)## Install
```bash
npm i -S @nhz.io/pouch-db-manager
```## Usage
```js
const pouchDbManager = require('@nhz.io/pouch-db-manager')...
```## Version 0.2.2
## License [MIT](LICENSE)
[travis]: https://api.travis-ci.org/nhz-io/nhz-io-pouch-db-manager.svg?branch=v0.2.2
[npm]: https://img.shields.io/npm/v/@nhz.io/pouch-db-manager.svg?style=flat
[coveralls]: https://coveralls.io/repos/github/nhz-io/nhz-io-pouch-db-manager/badge.svg?branch=v0.2.2