skybiometry-client
v0.0.3
Published
A node client for SkyBiometry face recognition API
Downloads
10
Maintainers
Readme
Sky Biometry
A library to communicate with skybiometry (https://skybiometry.com/) api using Node.JS
Installation
npm install skybiometry-client
Usage
import SkyBiometryClient from 'skybiometry-client'
const skyBiometryClient = new SkyBiometryClient(API_KEY, API_SECRET)
Tests
npm test
Contributing
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.