mturk
v0.4.1
Published
Amazon Mechanical Turk API wrapper for Node
Downloads
5
Readme
Intro
Amazon Mechanical Turk API wrapper for Node.
Install
npm install
Use
var mturk = require('path/to/mturk');
mturk...
Check the API docs.
Tests
You must have expresso installed first:
$ npm install expresso
Then run:
$ make