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.

12 lines (8 loc) 275 B
var Constants = { "DEBUG" : false, "WEBSOCKETS_BASEURL": "https://push.groupme.com/faye", "API_BASEURL":"https://api.groupme.com/v3", "IMAGESERVICE_BASEURL": "image.groupme.com", "IMAGESERVICE_UPLOADPATH": "/upload", }; module.exports = Constants;