Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

genomelink/genomelink-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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