0.0.3 • Published 3 years ago

aspen-cloud v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Aspen Cloud - Javascript Client

Overview

The Javascript SDK to access Aspen Cloud.

Getting Started

$ yarn add aspen-cloud
$ npm i aspen-cloud

Basic Usage

import AspenCloud from "aspen-cloud-js";
/* Initialize Aspen client */
const config = { clientId: "your-client-id" };
const aspen = AspenCloud.init(config);

/* Register a new user */
const user = await aspen.auth.signup("test@test.com", "astrongp@ssword");

Authentication

TODO

Data

TODO

Contributing

TODO

Notes

ESBuild is used for super fast builds and bundles but Babel is used for testing.