1.1.93 • Published 8 years ago
@igamingbots/core v1.1.93
@igamingbots/core
Installation
npm install @igamingbots/core --saveQuick 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.
1.1.93
8 years ago
1.1.92
8 years ago
1.1.91
8 years ago
1.1.90
8 years ago
1.1.89
8 years ago
1.1.88
8 years ago
1.1.87
8 years ago
1.1.86
8 years ago
1.1.85
8 years ago
1.1.84
8 years ago
1.1.83
8 years ago
1.1.82
8 years ago
1.1.81
8 years ago
1.1.8
8 years ago
1.1.7
8 years ago
1.1.6
8 years ago
1.1.5
8 years ago
1.1.4
8 years ago
1.1.3
8 years ago
1.1.2
8 years ago
