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 => {
  // ...
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    2
    • latest

Version History

Package Sidebar

Install

npm i dropdata

Weekly Downloads

8

Version

1.0.8

License

Apache-2.0

Unpacked Size

6.16 kB

Total Files

3

Last publish

Collaborators

  • duanckham