genomelink-node

0.2.0 • Public • Published

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

/genomelink-node/

    Package Sidebar

    Install

    npm i genomelink-node

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    1.27 MB

    Total Files

    15

    Last publish

    Collaborators

    • genomelink