notificare-live-api-node

1.0.0 • Public • Published

Notificare Live API SDK for NodeJS

NPM

npm version Build Status

Installing

npm install notificare

Usage

const Notificare = require('notificare');

const privateKey = 'xxxxxx',
    publicKey = 'yyyyyy';

const liveApiClient = new Notificare.LiveApi(privateKey, publicKey);

const verificationResponse = liveApiClient.httpGateway.verify(incomingPublicKey, challenge);

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.

/notificare-live-api-node/

    Package Sidebar

    Install

    npm i notificare-live-api-node

    Weekly Downloads

    9

    Version

    1.0.0

    License

    none

    Unpacked Size

    21 kB

    Total Files

    21

    Last publish

    Collaborators