0.2.3 • Published 1 year ago

dan-api v0.2.3

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

node-dan-api

This is a Node.js library for Dan api.

Installation

npm install dan-api

Usage

const DanApi = require('dan-api');

const api = new DanApi({
    token: 'YOUR_TOKEN',
    timeout: 10000,
    sandbox: false,
});

(async () => {
    console.log(await api.dp.search('dan'));
})();
0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago