turkassign-browser

It provides some functions that communicate to task pool

Usage no npm install needed!

<script type="module">
  import turkassignBrowser from 'https://cdn.skypack.dev/turkassign-browser';
</script>

README

Turkassign library for browser

It provides some functions that communicate to task pool

  • reserveTasks([ taskIds ])
    • you should call this when you reserve tasks
  • fetchAvailableTasks()
    • fetch tasks which has one or more budgets
  • finishTaskAssginment()
    • you should call this after you showed the task to worker
    • Some functions that is needed to platform is called

How to build

$ npm run build