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
- Host: GitHub
- URL: https://github.com/anonrig/scheduler
- Owner: anonrig
- Created: 2014-01-13T01:52:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T23:25:46.000Z (over 11 years ago)
- Last Synced: 2025-01-26T17:12:21.609Z (over 1 year ago)
- Language: JavaScript
- Size: 20.7 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.