dialussd

1.0.1 • Public • Published

dialussd

Getting started

$ yarn add dialussd

Mostly automatic installation

Usage

import DialUssd from 'dialussd';

const dial = async (codeToDial) => {
  let resp = await DialUssd.send(codeToDial);

  // handle the respose 
}

/dialussd/

    Package Sidebar

    Install

    npm i dialussd

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    139 kB

    Total Files

    54

    Last publish

    Collaborators

    • softtee