0.4.1 • Published 13 years ago
mturk v0.4.1
Intro
Amazon Mechanical Turk API wrapper for Node.
Install
npm installUse
var mturk = require('path/to/mturk');
mturk...Check the API docs.
Tests
You must have expresso installed first:
$ npm install expressoThen run:
$ make