Scifabric / pybossa.js

JavaScript library to interact with a PyBossa server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

JavaScript library to interact with a PyBossa server

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.7%Language:HTML 0.3%