0.1.0 • Published 4 years ago

signald-node v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

signald-node - client library for signald

This project is still a WIP; however, it is still usable.

Usage:

const Signal = require("signald-node");
var client = new Signal("+123456789");
client.link().then(r => {
    console.log(r);
});

All of the message types laid out by signald's socket protocol are exposed via functions on the Signal object. Those functions return Promises.

Feedback

Please let me know of any bugs, crashes, unstableness or wonkiness in the issues or reach out to me on #signald on freenode.