stupid-gso

0.2.3 • Public • Published

Node Stupid GSO - Timetable API

Build Status Code Climate Dependency Status

How to use

  • Install Package
npm install stupid-gso
  • Use it!
var Stupid = require('stupid-gso');
 
var client = new Stupid('user', 'password', 'client');
 
 
client.teachers().then(function(teachers){
  console.log(teachers);
});
 
// Look into the code
 
 

License: MIT

Package Sidebar

Install

npm i stupid-gso

Weekly Downloads

2

Version

0.2.3

License

MIT

Last publish

Collaborators

  • medokin