Skip to content

mjarkk/node-xedule-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-xedule-web-api

converts xedule into a json

use:

request url from:
port 5050 < http
port 5055 < https (need to enable and add keys)

  • basic link: http://localhost: {http: 5050 / https: 5055}
  • request tiemtable: /t/ {type: student|teacher|class} / {encoded timetable url}
  • school links: /s
  • school location links: all the links are inside of the /s request

Jquery http example:

$.getJSON("http://localhost:5050/t/class/https%3A%2F%2Froosters.xedule.nl%2FAttendee%2FScheduleCurrent%2F31146%3FCode%3DBA5.67%26attId%3D3%26OreId%3D34", function(data){  
  console.log(data);
});  

install:

clone > npm install > npm start

notes:

Turn off automatic downloading at start: index.js > DownloadCompleetList = false;

About

converts xedule into a json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published