4.1.0 • Published 6 months ago

node-groupme v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

node-groupme

✔️ This package is in active development! If you'd like to contribute, click here 🙂

About

Inspired by discord.js, node-groupme aims to replace the obsolete groupme package with a modern, object-oriented, intuitive approach to interacting with the GroupMe API.

npm npm Discord


This community-led effort is made possible by the unofficial GroupMe API Community Docs. Please contribute to the development of open-source applications by contributing to the community docs.

Join the node-groupme server on Discord to discuss the API or ask any questions.


Getting Started

npm i node-groupme
const GroupMe = require('node-groupme');
const client = new GroupMe.Client('YOUR_TOKEN_HERE');

client.login()
    .then(client => client.groups.fetch())
    .then(groups => groups.forEach(group => console.log(group.name)))
    .then(client.logout)
    .catch(console.error);

Getting Started (Contributing)

git clone git@github.com:groupme-js/node-groupme.git
npm i
npm run prepare

npm run prepare sets up husky pre-commit hooks, which will auto format and run eslint on your staged files locally.

3.2.2

6 months ago

3.2.1

6 months ago

3.2.0

6 months ago

4.1.0

6 months ago

4.0.0

6 months ago

3.1.0

8 months ago

3.0.0

2 years ago

2.7.0

2 years ago

2.6.0

2 years ago

2.3.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.2.0

2 years ago

1.0.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago