1.0.1 • Published 7 months ago

namedc.js v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

namedc.js

A wrapper for namedc.org

Methods:

const HistoryApi = require('namedc.js');

const api = new HistoryApi('your-api-token');

const userId = "";

api.search(userId).then(data => {
    console.log(data);
}).catch(err => {
    console.error(err);
});
const HistoryApi = require('namedc.js');

const api = new HistoryApi('your-api-token');

api.getAccountInfo().then(data => {
    console.log(data);
}).catch(err => {
    console.error(err);
});
1.0.1

7 months ago

1.0.0

7 months ago