1.0.1 • Published 8 years ago

antares v1.0.1

Weekly downloads
3
License
GPL
Repository
github
Last release
8 years ago

Antares Client for SchulCloud BP Project

INFORMATION: Your IP has to be unlocked by the Antares staff. Contact Ingo List (ingo@antares.net) for more details.

Testinterface from Antares: http://www.datenbank-bildungsmedien.net/ingotest/arixtest.html

Setup

Fetch the antares client to your schulcloud project

$ npm install antares

Usage

Require the ARIX client:

var arix = require('antares'); //or path to the node_module

Setup the correct endpoint:

arix.setMode('arix'); // xml (default)
arix.setMode('arion'); // json

Info: It is recommended to use Arix!

See test.js for functionalities