ts-hyber-v2
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

ts-hyber-v2

ts-hyber-v2 is a library sending push, viber, sms, whatsappnotifications by hyber.im

Documentations

https://webigorkiev.github.io/ts-hyber-v2/

Installation

yarn add ts-hyber-v2

Usage

import {hyber} from "ts-hyber-v2";

const provider = hyber({
    id: "<client_id>",
    login: "Bascic auth login",
    pw: "Basic auth password"
})
await provider.send({
    // notifications options
});

Package Sidebar

Install

npm i ts-hyber-v2

Weekly Downloads

52

Version

0.0.9

License

MIT

Unpacked Size

470 kB

Total Files

34

Last publish

Collaborators

  • webigorkiev