PyBossa.JS is a simple JavaScript library that will allow you to create a PyBossa project using three methods:
- pybossa.taskLoaded
- pybossa.presentTask, and
- pybossa.run('your-slug-project-name')
If you want to learn how to use the library, please, check the demo project and their documentation:
If you want more details, check the documentation.
If you want to contribute to this library, please, read carefully the Contribution Guidelines
You will need to have npm with either Node or io.js. First time, run:
npm install -g grunt-cli
npm install
And from this point, you can run the tests simply with:
grunt test
Copyright 2013 SF Isle of Man
GPLv3 (see COPYING file)