Node.js client library to quickly get started with the Genomelink API
Node >= 8.9.0
To install, use npm or yarn:
npm install --save genomelink-nodeyarn add genomelink-node> 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