0.2.8 • Published 7 years ago

matrix-js-snippets v0.2.8

Weekly downloads
41
License
MIT
Repository
github
Last release
7 years ago

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();
0.2.8

7 years ago

0.2.7

7 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.30

8 years ago

0.1.29

8 years ago

0.1.28

8 years ago

0.1.27

8 years ago

0.1.26

8 years ago

0.1.25

8 years ago

0.1.24

8 years ago

0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago