genomelink-node

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

Usage no npm install needed!

<script type="module">
  import genomelinkNode from 'https://cdn.skypack.dev/genomelink-node';
</script>

README

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