UNPKG

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.

87 lines (56 loc) 1.61 kB
0.5.8 / 2019-05-15 ================== * Incorporated Chats and DMs into CLI * Updated readme 0.5.7 / 2019-05-15 ================== * Added CLI support for Chats 0.5.6 / 2014-03-03 ================== * Added CLI support for DirectMessages 0.5.5 / 2014-03-03 ================== * Fixed DirectMessage interface 0.5.4 / 2013-11-27 ================== * Fixed bug in HelloBot example 0.5.3 / 2013-06-19 ================== * Finished PictureText example * Added an ISSUES file 0.5.2 / 2013-06-17 ================== * Factoring out Promisify methods. 0.5.1 / 2013-06-16 ================== * Removed extraneous debug output 0.5.0 / 2013-06-15 ================== * Stripped out Underscore.js dependency * Bot example now works correctly, checks for all the correct data fields 0.4.0 / 2013-06-15 ================== * Added node-mime as a dependency (used for image uploads) * ImageService can now upload any file with correct mime type. 0.3.0 / 2013-06-14 ================== * ImageService in experimental working condition, pngs only 0.2.0 / 2013-06-13 ================== * Testing infrastructure up! Hand-rolled for now * Entire Stateless API has tests * More documentation and examples * An attempt at the ImageService, still not working 0.1.0 / 2013-06-13 ================== * A history file * A Command Line Interface to GroupMe 0.0.9 / 2013-06-12 ================== * First cut at ImageService * Documentation for IncomingStream * Bugfix: Disconnect socket on error 0.0.8 / 2013-06-12 ================== * Stubbed out test case * Promise-based interface integrated