Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 313 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 313 Bytes

Intro

Amazon Mechanical Turk API wrapper for Node.

Install

npm install mturk

Use

var mturk = require('mturk');

Check the API docs.

Tests

You must have expresso installed first:

  $ npm install expresso

Then run:

  $ make