Notificare Live API SDK for NodeJS
npm install notificare-live-api-node
 
``sh`
npm install notificare
`javascript
const Notificare = require('notificare');
const privateKey = 'xxxxxx',
publicKey = 'yyyyyy';
const liveApiClient = new Notificare.LiveApi(privateKey, publicKey);
const verificationResponse = liveApiClient.httpGateway.verify(incomingPublicKey, challenge);
``
This SDK is distributed under the
Apache License, Version 2.0,
see LICENSE.txt and NOTICE.txt for more information.