Socket
Book a DemoInstallSign in
Socket

monitor.balance

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monitor.balance

Monitor ...

1.0.3
latest
npmnpm
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Montior Balance Service

I hate my life !

How To Use

  • Digitalocean
  • Vultr

Digitalocean

Example
const Digitalocean = require("monitor.balance").Digitalocean;

let account = new Digitalocean(
    'https://cloud.digitalocean.com/settings/billing?i=____YOUR_ID_BILLING____',
    {
        cookie: '____YOUR_COOKIE___'
    }
);

let print = async () => {
    let info = await account.getBalance();
    console.log(info);
}

print();

Example with socks5
const Digitalocean = require("monitor.balance").Digitalocean;

let account = new Digitalocean(
    'https://cloud.digitalocean.com/settings/billing?i=____YOUR_ID_BILLING____',
    {
        cookie: '____YOUR_COOKIE___'
    },
    {
        host: ___SOCKS_HOST___,
        port: ___SOCKS_PORT___
    }
);

let print = async () => {
    let info = await account.getBalance();
    console.log(info);
}

print();

Vultr

Example
const Vultr = require("monitor.balance").Vultr;

let account = new Vultr(
    '_____YOUR_KEY_API_____',
    {
        host: '__YOUR_SOCKS_HOST__',
        port: '__YOUR_SOCKS_PORT__'
    }
);

let print = async () => {
    let info = await account.getBalance();
    console.log(info);


print();

Contacts letsencryptssl2018@gmail.com

FAQs

Package last updated on 30 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.