0.1.1 • Published 5 years ago

@ideamalta/brandit v0.1.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

@ideamalta/brandit

Installation

npm install @ideamalta/brandit --save

Quick example

const app = require('@ideamalta/brandit');

// Receive real-time events
app.service('products')
.on('created', message => console.log('New product created', message));

// Call the `products` service
app.service('products').create({
  text: 'A new product has been added.'
});

// Available services
- authentication
- products
- pricing

License

Copyright (c) 2019

Licensed under the MIT license.