23andme-snps
Version:
Get 23andMe SNPs
33 lines (18 loc) • 947 B
Markdown
# 23andMe-SNPs
[](https://travis-ci.org/vporta/23andMe-SNPs)
[](https://codecov.io/gh/vporta/23andMe-snps)
[](https://www.npmjs.com/package/23andme-SNPs)
[](https://npm-stat.com/charts.html?package=23andme-snps)
[](https://opensource.org/licenses/MIT)
This package contains all 23andMe SNPs.
## Now Supports ES6 syntax
## Intro
`npm install 23andme-snps --save`
## Usage
Require the package.
```
var snps23andMe = require('23andme-snps');
import snps23andMe from '23andme-snps';
snps23andMe.all; //get all SNPs from the SNP library
snps23andMe.random(3); //returns an array of 3 random SNPs
```