🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

sim4me

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sim4me

Getting the amount of traffic from sim4me

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

sim4me

npm version install size Actions Status

This library gets the amount of traffic from sim4.me.

Install

# npm
$ npm install sim4me

# or yarn
$ yarn add sim4me

Usage

const { traffic } = require('sim4me');

(async () => {
  try {
    const result = await traffic({
      phone: '09012345678',
    });
    console.log(result);
  } catch (error) {
    console.log(error);
  }
})();

API

traffic(options)

options

Type: object

  • options.phone: string

Target phone number.

return

Type: object

  • object.total: number

Total traffic.

  • object.traffic: number[]

Values of daily traffic.

  • object.label: number[]

Dates.

FAQs

Package last updated on 26 Dec 2019

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