Skip to content

bloomberg/pybossa.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

172 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Bloomberg's fork of pybossa.js

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.7%
  • HTML 0.3%