@crkn-rcdr/nano
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

@crkn-rcdr/nano

GitHub CI status npm version

Boilerplate for invoking apache/couchdb-nano.

Usage

import * as Nano from "@crkn-rcdr/nano";

const auth = {
  user: "admin",
  password: "password",
};

const remoteNano = Nano.get("http://couch:5984", auth);
const anonymousHttpsNano = Nano.localhost(5984, undefined, "https");

Build

$ npm run build

Issues

File one on GitHub.

Package Sidebar

Install

npm i @crkn-rcdr/nano

Weekly Downloads

1

Version

2.0.1

License

CC0-1.0

Unpacked Size

11.6 kB

Total Files

13

Last publish

Collaborators

  • sadler