0.0.1 • Published 7 years ago
23-and-me v0.0.1
23andme
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:
accessToken
: The access token used to call API endpoints.
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
stevenmiller888.github.io · GitHub @stevenmiller888 · Twitter @stevenmiller888
0.0.1
7 years ago