mturk-promise

1.0.1 • Public • Published

mturk-promise

Wraps the mturk API in promises.

import createClient from 'mturk-promise'

const client = createClient({
  isProduction: false,
  accessKeyId: '12132324',
  secretAccessKey: '121212'
})

const response = await client('createHIT', {
  title: 'My Task'
  ...etc
})

Readme

Keywords

none

Package Sidebar

Install

npm i mturk-promise

Weekly Downloads

3

Version

1.0.1

License

none

Last publish

Collaborators

  • anthonyshort