0.2.0 • Published 5 years ago

genomelink-node v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Genomelink Node.js SDK

Node.js client library to quickly get started with the Genomelink API

Requirements

Node >= 8.9.0

Installation

To install, use npm or yarn:

npm install --save genomelink-node
yarn add genomelink-node

Examples

> const genomeLink = require('genomelink-node');
> const callback = (report) => { console.log(report.summary.text); }
> genomeLink.Report.fetch({ name: 'eye-color', population: 'european', token: 'GENOMELINKTEST001' }).then((report) => { callback(report); });
Tend to not have brown eyes, slightly
0.2.0

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago