@adamite/sdk

Adamite client SDK.

Usage no npm install needed!

<script type="module">
  import adamiteSdk from 'https://cdn.skypack.dev/@adamite/sdk';
</script>

README

Adamite JavaScript client SDK.

CircleCI codecov

Installation

yarn add @adamite/sdk

Quick Start

Initialize your app...

const { adamite, AuthPlugin, DatabasePlugin } = require("@adamite/sdk");

adamite.use(AuthPlugin);
adamite.use(DatabasePlugin);

adamite().initiaizeApp({
  apiKey: "...",
  apiUrl: "...",
  databaseUrl: "...",
  authUrl: "..."
});

Documentation

You can find the Adamite documentation on our website.

For a quick overview of Adamite, check out the getting started guide.

About Adamite

Adamite is an open source, self host-able, platform as a service.

  • Get up and running quickly: Adamite lets you develop your apps without worrying about a back end.

  • Database, Authentication, and Functions: Adamite provides a set of core services required by most applications, and gives you the power to add more to fit your needs.

  • Scale with Adamite: You're in control of your Adamite instance, and can customize it to fit your needs, even beyond an initial MVP.

Contributing

Adamite is open source and welcomes contributions. For more information, read our Contribution Guide.

License

Adamite is MIT licensed.