An open API service indexing awesome lists of open source software.

https://github.com/anonrig/scheduler

Sabanci University Course Schedule Creator and Crawler
https://github.com/anonrig/scheduler

Last synced: about 2 months ago
JSON representation

Sabanci University Course Schedule Creator and Crawler

Awesome Lists containing this project

README

          

SU-Scheduler
============
Parses Sabanci University's BannerWeb course website and transforms it into JSON.

API Paths
---------

get 'api/courses/:courseId/comments'

post 'api/courses/:courseId/comments'

Accessible variables: nickname:string commentText:text

Crawler Dependencies
------------

Nokogiri >=1.6.0

JSON >=1.8.1

Ruby >= 2.0

Compiling
---------
For iOS: Run grunt production device prod && phonegap build ios

For Web: Run grunt dev web prod

This will make a proper `www` folder out of the `src` folder and then prepare the iOS project.