This repository is not actively maintained anymore and is therefore archived.
| package | version | status |
|---|---|---|
| blackboardlib | ||
| blackboardlib-cli |
An API to communicate with a Blackboard server. This can be used to build apps on the Blackboard platform that can either be hosten on-site or off-site through the use of special loaders.
This project is still in its infancy, meaning that it will not work fully until a stable release is published.
In the meantime you should be able to use the current product, however be aware of possible bugs.
To get started, these markdown files are probably of use:
$ npm i # First run only
$ npm run build
This library is available as NPM package. Please refer to the examples to see how to use the library.
React-Example is a useful example on how to use the BlackboardAPI with a minimal webpack in react.
Webpack-Example is a useful example on how to use the BlackboardAPI with a minimal webpack configuration.
$ npm run lint