bloomberg/pybossa.js

Bloomberg's fork of pybossa.js

JavaScript

4

165 commits

updated Mar 28, 2023

See the code

README

Build Status

PyBossa.JS: a JavaScript for PyBossa.

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

  • pybossa.taskLoaded,
  • pybossa.presentTask,
  • pybossa.saveTask, 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:

NOTE: pybossa.saveTask can have a task object or a task.id. It's up to you.

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

Running Tests

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

Copyright 2015 SciFabric LTD.

License

GPLv3 (see COPYING file)

Contributors

teleyinex

51 commits

alejandrodob

49 commits

mariarivera30

22 commits

therealmarv

12 commits

bloomberg/pybossa.js

Bloomberg's fork of pybossa.js

JavaScript

4

165 commits

updated Mar 28, 2023

See the code

README

Build Status

PyBossa.JS: a JavaScript for PyBossa.

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

  • pybossa.taskLoaded,
  • pybossa.presentTask,
  • pybossa.saveTask, 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:

NOTE: pybossa.saveTask can have a task object or a task.id. It's up to you.

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

Running Tests

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

Copyright 2015 SciFabric LTD.

License

GPLv3 (see COPYING file)

Contributors

teleyinex

51 commits

alejandrodob

49 commits

mariarivera30

22 commits

therealmarv

12 commits

Languages

JavaScript

99.7%