@eraofhealth/sdk

0.0.0-alpha.112 • Public • Published

Build Status Coverage

Be advised: this project is currently at Major version zero. Per the semantic versioning spec: "Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable."

Javascript SDK for Era of Health

Supported runtimes

This library is isomorphic & should be consumable from either nodejs or web browsers.

Installation

NPM

npm install --save @eraofhealth/sdk

Yarn

yarn add @eraofhealth/sdk

Examples

Basic usage

const createSignupRequest = require('@eraofhealth/sdk/signupRequests/create')

await createSignupRequest({
  signupRequest: {
    email: 'leonardo.mccoy@star.fleet'
  }
})

// check your mailbox for your verification email :)

Support

open an issue

Releases

releases are versioned according to semver 2.0.0 and tagged; see CHANGELOG.md for release notes

Contributing

see CONTRIBUTING.md

Readme

Keywords

none

Package Sidebar

Install

npm i @eraofhealth/sdk

Weekly Downloads

117

Version

0.0.0-alpha.112

License

MIT

Unpacked Size

258 kB

Total Files

67

Last publish

Collaborators

  • chrisdostert