1.0.0 • Published 8 years ago

turkassign-browser v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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