firerest

0.1.9 • Public • Published

firerest

ajax library for rest like firebase

var ref = Firerest.create({
  api: 'http://jsonplaceholder.typicode.com',
  cacheKey: '_token',
  tokenKey: 'Token',
  debug: true,
});

ref.child('posts').get().then(function(res) {
  console.log(res);
});

/firerest/

    Package Sidebar

    Install

    npm i firerest

    Weekly Downloads

    64

    Version

    0.1.9

    License

    MIT

    Unpacked Size

    19.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • phi
    • sho5