selfbits-javascript-sdk

2.5.0 • Public • Published

selfbits-javascript-sdk

build npm npm license

Selfbits SDK

... for Vanilla JavaScript

Usage

Super simple stuff... simply enter your credentials and you're ready to go!

var selfbits = new Selfbits({
  appId: 'yourAppId',
  appSecret: 'yourSecret',
  domain: 'https://your-api.selfbits.io',
  token: localStorage.getItem('token')
});

var auth = selfbits.auth();
var user = selfbits.user();
var db = selfbits.db('todo');
var file = selfbits.file();

/selfbits-javascript-sdk/

    Package Sidebar

    Install

    npm i selfbits-javascript-sdk

    Weekly Downloads

    2

    Version

    2.5.0

    License

    MIT

    Last publish

    Collaborators

    • kreck
    • w3ll3k