stupid-gso
0.2.3 • Public • Published Node Stupid GSO - Timetable API
How to use
npm install stupid-gso
var Stupid = require('stupid-gso');
var client = new Stupid('user', 'password', 'client');
client.teachers().then(function(teachers){
console.log(teachers);
});
License: MIT
Package Sidebar
Install
Weekly Downloads