matrix-js-snippets
TypeScript icon, indicating that this package has built-in type declarations

0.2.8 • Public • Published

matrix-js-snippets

npm version TravisCI badge

A small collection of snippets for repetitive tasks normally performed by matrix bots.

Installing

This package can be found on npm:

npm install matrix-js-snippets

Usage (matrix-js-sdk)

var matrixUtils = require("matrix-js-snippets");
var sdk = require("matrix-js-sdk");
 
// Create your client
var client = sdk.createClient({ /* your arguments here */ });
 
// Enable the utiltiies you'd like to use
matrixUtils.autoAcceptInvites(client); // supports optional callback
 
// Don't forget to actually start the client too!
client.startClient();

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.82latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.82
0.2.71
0.2.51
0.2.41
0.2.31
0.2.21
0.2.11
0.2.01
0.1.301
0.1.291
0.1.281
0.1.271
0.1.261
0.1.251
0.1.241
0.1.231
0.1.221
0.1.211
0.1.201
0.1.191
0.1.181
0.1.171
0.1.161
0.1.151
0.1.141
0.1.131
0.1.121
0.1.111
0.1.101
0.1.91
0.1.81
0.1.71
0.1.61
0.1.51
0.1.41
0.1.31
0.1.21
0.1.11
0.1.01

Package Sidebar

Install

npm i matrix-js-snippets

Weekly Downloads

39

Version

0.2.8

License

MIT

Unpacked Size

16.6 kB

Total Files

7

Last publish

Collaborators

  • turt2live
  • turt2live-ci