3.0.0-beta.1 • Published 2 years ago

notificare v3.0.0-beta.1

Weekly downloads
4
License
MIT
Repository
-
Last release
2 years ago

Notificare Live API SDK for NodeJS

NPM

npm version Build Status

Installing

npm install notificare

Usage

var Notificare = require('notificare');

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

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

var 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.