0.1.2 • Published 10 years ago

checklist-ninja v0.1.2

Weekly downloads
3
License
MIT
Repository
-
Last release
10 years ago

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)
});
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago