Skip to content

SENPAY98K/node-smm-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMMFollows API Node.js Client

Non-official Node.js client for many SMM platforms API v2.

Installation

npm i node-smm-api

Usage

const SmmApi = require("node-smm-api");

const api = new SmmApi("your_api_url_here", "your_api_key_here");

// Get account balance
api.getBalance()
	.then(balance => console.log(balance))
	.catch(error => console.error(error));

Features

  • Full API v2 coverage
  • Promise-based interface
  • Custom error handling
  • TypeScript support (if applicable)
  • Support many panels as shown below

API Documentation

Examples

Check the examples directory for complete usage examples.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors