Notificare / notificare-live-api-node

Notificare Live API client for NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Notificare Live API client for NodeJS

License:Apache License 2.0


Languages

Language:JavaScript 100.0%