0.0.1 • Published 7 years ago

23-and-me v0.0.1

Weekly downloads
39
License
-
Repository
github
Last release
7 years ago

23andme

CircleCI

A JavaScript client for communicating with the 23andMe API.

Example

import Client from '23-and-me'
const client = new Client('ACCESS_TOKEN')
const accounts = await client.getAccounts()

API

Please refer to the official 23andme API reference documentation.

Client(accessToken)

Create a new instance of the 23andMe client.

The required parameter is:

Releasing / Publishing

CircleCI will handle publishing to npm. To cut a new release, just do:

$ git changelog --tag <version>
$ vim package.json # enter <version>
$ git release <version>

Where <version> follows the semver spec.

License

MIT


stevenmiller888.github.io  ·  GitHub @stevenmiller888  ·  Twitter @stevenmiller888