1.0.0 • Published 7 years ago
curiousnode v1.0.0
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);