dan-api
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

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'));
})();

Readme

Keywords

none

Package Sidebar

Install

npm i dan-api

Weekly Downloads

1

Version

0.2.3

License

none

Unpacked Size

25.1 kB

Total Files

39

Last publish

Collaborators

  • joyqi