dropdata

1.0.8 • Public • Published

DropData

How to use

const DropData = require('dropdata');

const dd = new DropData({
  accessToken: '***',
  project: 'ac',
  path: 'storage',
  name: 'ac',
  // debug: false,
});

// So you will get the lowdb object:
dd.ready(db => {
  // ...
});

Readme

Keywords

none

Package Sidebar

Install

npm i dropdata

Weekly Downloads

1

Version

1.0.8

License

Apache-2.0

Unpacked Size

6.16 kB

Total Files

3

Last publish

Collaborators

  • duanckham