groupme
Version:
A Node Module for interacting with the GroupMe API. Supports both querying the Stateless API and receiving Websocket-based push messages, and provides a CLI.
13 lines (11 loc) • 421 B
JavaScript
// groupme.js
// (c) 2013 Niels Joubert
// Backbone may be freely distributed under the zlib license.
// For all details and documentation:
// http://github.com/njoubert/node-groupme
module.exports = {
"Stateless" : require('./Stateless'),
"ImageService" : require('./ImageService'),
"IncomingStream" : require('./IncomingStream'),
"version" : "0.5.6"
}