1.0.1 • Published 7 years ago
shovl-wrapper v1.0.1
Shovl API Wrapper
This project is a NodeJS wrapper for the shovl.io private API.
Installation
Requires Node.js v4+ to run.
npm install shovl-wrapperUse
const shovlwrapper = require("shovl-wrapper");
var Shovl = new shovlwrapper.Shovl("email","password");Docs are on the way.