groupmebot

0.1.0 • Public • Published

groupmebot

GroupMe bot

Getting Started

Install the module with: npm install groupmebot

Documentation

(Coming soon)

Examples

var Bot = require('groupmebot').Bot;
var bot = new Bot({
  groups: ['groupId1', 'groupId2'],
  botName: 'botName',
  userId: 'your userId',
  accessToken: 'accessToken'
});
bot.connect();
 
bot.on('connect', function() {
  this.message('Hello, world');
});
 

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Billy Vong
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i groupmebot

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • billyvg