0.0.4 • Published 10 months ago

element-sn.js v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

element-sn.js

Unofficial client for working with api element.

Examples

Client initialization

const { App } = require('element-sn.js');

const client = App.init('email@gmail.com', 'password');

Send message

client.message.send(1, 'Hello world!');

Create post

client.post.create('Hello world!');

Event on post

client.on('post', data => {
  console.log(data)
});
0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

11 months ago