0.1.8 • Published 5 years ago

riotchat.js v0.1.8

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

Get Started

To use Riot.js in Node.js or with Webpack, install it with

npm install --save riot.js

or

yarn add riot.js

You can then create a client object and log in using a token from a bot created on the applications page.

const Riot = require('riot.js');
const client = new Riot.Client();

client.login("bot-token");

The library also has Typescript typings.

import { Client } from 'riot.js';
const client = new Client();

client.login("bot-token");

Documentation

A full, detailed documentation about Riot.js can be found on our developer portal.

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the documentation.

See the contribution guide if you'd like to submit a pull request.

Help

If you don't understand something in the documentation, or having issues, please don't hesitate to join our Riot Developers channel on Riot.

License

Riot.js is licensed under the Apache License 2.0

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago