Skip to content

JavaScript library to interact with a PyBossa server

License

Notifications You must be signed in to change notification settings

dchhabda/pybossa.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, 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.

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 2013 SF Isle of Man

License

GPLv3 (see COPYING file)

About

JavaScript library to interact with a PyBossa server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.7%
  • HTML 0.3%