Socket
Socket
Sign inDemoInstall

23-and-me

Package Overview
Dependencies
28
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    23-and-me

A JavaScript client for communicating with the 23andMe API.


Version published
Maintainers
1
Created

Readme

Source

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:

  • 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

MIT


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

Keywords

FAQs

Last updated on 31 May 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc