Options
All
  • Public
  • Public/Protected
  • All
Menu

ts-hyber-v2 - v0.0.9

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
});

Generated using TypeDoc