checklist-ninja

0.1.2 • Public • Published

node-checklist-ninja

A Node.js module for interacting with the https://checklist.ninja API

A word of caution: This library is being actively developed. It was originally made to facilitate testing and collaboration, but this library's interfaces as well as the Checklist Ninja API may change.

Install

$ npm install checklist-ninja

Usage

var ninja = require('checklist-ninja');
 
ninja.config({
  secret: <my secret API key>,
  pubkey: <my public API key>
});
 
ninja.createChecklist("My new list", function(err, checklist) {
  console.log("My new list: ", checklist)
});
 

Readme

Keywords

Package Sidebar

Install

npm i checklist-ninja

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • markhuge