0.2.3 • Published 10 years ago

stupid-gso v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.5

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago