Skip to content

namedc-org/namedc.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a852c26 · Oct 4, 2023

History

3 Commits
Oct 4, 2023
Oct 4, 2023
Oct 4, 2023
Oct 4, 2023

Repository files navigation

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

About

A wrapper for namedc.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published