curiousnode
v1.0.0
Published
Package to connect and use the Curious Cat API. It is currently a WIP and only has the send method.
Downloads
6
Readme
Package to connect and use the Curious Cat API. It is currently a WIP and only has the send method.
#Usage
const curiousnode = require('curiousnode');
const api = new curiousnode();
api.send(id, message);