shovl-wrapper
v1.0.1
Published
This project is a NodeJS wrapper for the shovl.io private API.
Readme
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.
