Official Node.js wrapper and CLI for ndxhs.my.id.
npm install ndxhs-apiconst NdxhsAPI = require('ndxhs-api');
const api = new NdxhsAPI('your_apikey');
async function run() {
const limit = await api.limit();
console.log(limit);
}
run();| Name | Name | Last commit date | ||
|---|---|---|---|---|
Official Node.js wrapper and CLI for ndxhs.my.id.
npm install ndxhs-apiconst NdxhsAPI = require('ndxhs-api');
const api = new NdxhsAPI('your_apikey');
async function run() {
const limit = await api.limit();
console.log(limit);
}
run();