# README
GUC API
Public API wrapper for the German University in Cairo (GUC) private API
Playground
Check out your university data here.
Usage
$ cd $GOPATH/src # Change directory to GOPATH/src
$ git clone [email protected]:ar-maged/guc-api.git # Clone repository
$ cd guc-api # Change directory to project
$ go get ./... # Install dependencies
$ go run server.go # Run server
$ open http://localhost:3000/graphql # Open GraphiQL
Roadmap
- Login
- Coursework
- Midterms
- Attendance
- Exams Schedule
- Schedule
- Transcript
Limitations
The GUC server oftentimes goes down, which consequently cripples this wrapper.
License
MIT License