A node client for SkyBiometry face recognition API
npm install skybiometry-client
=========
A library to communicate with skybiometry (https://skybiometry.com/) api using Node.JS
npm install skybiometry-client
import SkyBiometryClient from 'skybiometry-client'
const skyBiometryClient = new SkyBiometryClient(API_KEY, API_SECRET)
npm test
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.