@igamingbots/core

1.1.93 • Public • Published

@igamingbots/core

Build Status Dependency Status Download Status

Installation

npm install @igamingbots/core --save

Quick example

const app = require('@igamingbots/core');

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

// Call the `messages` service
app.service('messages').create({
  text: 'A message from a REST client'
});

Documentation

Please refer to the @igamingbots/core documentation for more details.

License

Copyright (c) 2018

Licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @igamingbots/core

Weekly Downloads

0

Version

1.1.93

License

MIT

Unpacked Size

10.7 kB

Total Files

7

Last publish

Collaborators

  • zammitjames