0.1.0 • Published 11 years ago

groupmebot v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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.