0.0.3 • Published 8 years ago

skybiometry-client v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Sky Biometry

Build StatusCoverage Status

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.