mturk-meteor
v0.4.2
Published
Amazon Mechanical Turk API wrapper for Node
Readme
Intro
Amazon Mechanical Turk API wrapper for Node.
Install
npm install mturkUse
var mturk = require('mturk');Check the API docs.
Tests
You must have expresso installed first:
$ npm install expressoThen run:
$ make