Skip to content

Files

Latest commit

 

History

History
22 lines (19 loc) · 375 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 375 Bytes

Iserv Vertretungsplan

Server for accessing ohmoor.de/idesk/ and getting all entrys in the Vertretungsplan. No support!

Usage

Create a file called api.js with the following entrys:

exports.data = function(){
  var obj = {
    login_act: "username",
    login_pwd: "password"
  }
  return obj;
}
exports.key = function(){
  return "api_key"
}

license

MIT