==========
This package is made by lieuwe. I am just publishing this for easier testing and am planning to take over the project.
A JavaScript implementation of the Magister 6 API.
Quickstart
npm install magisterjs2
const default: magister getSchools = ;// or with es6 modules:// import magister, { getSchools } from 'magister.js' // replace every '<thing>' with your credentials: // get schools matching '<schoolname>' // get the first school ;
Useful links (old)
Before creating issues
- Update all your packages with
npm update
- Be sure you haven't made a typo and your code is correct (check the docs (old))
Contributing
- Document your code using jsdoc
- Respect and follow the current programming style
- Test your changes with
npm test
- Check your code style with
eslint
- Only commit the
src/
andtest/
directory