danielbmeng / pybossa.js

JavaScript library to interact with a PyBossa server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyBossa.JS: a JavaScript for PyBossa.

PyBossa.JS is a simple JavaScript library that will allow you to create a PyBossa app using three methods:

  • pybossa.taskLoaded
  • pybossa.presentTask, and
  • pybossa.run('your-slug-app-name')

If you want to learn how to use the library, please, check the demo application and their documentation:

If you want more details, check the documentation.

Contributing to PyBossa.JS

If you want to contribute to this library, please, read carefully the Contribution Guidelines

Copyright

Copyright 2013 SF Isle of Man

License

GPLv3 (see COPYING file)

About

JavaScript library to interact with a PyBossa server

License:GNU General Public License v3.0