/aiman

Primary LanguageJavaScriptOtherNOASSERTION

aiman

NPM Package

This is the Matrix JavaScript API which connects to the Generic JSON RPC spec.

You need to run a local or remote Matrix node to use this library.

Installation

Node.js

npm install aiman

Usage

import Aiman from 'aiman';

new Aiman(...);

Types

All the typescript typings are placed in the types folder.