Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Ndxhs API Client & CLI

Official Node.js wrapper and CLI for ndxhs.my.id.

Installation

npm install ndxhs-api

Usage

const NdxhsAPI = require('ndxhs-api');
const api = new NdxhsAPI('your_apikey');

async function run() {
  const limit = await api.limit();
  console.log(limit);
}

run();

About

Official Node.js SDK and CLI for ndxhs.my.id API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages