Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (29 loc) · 1001 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 1001 Bytes

Artwork

ORTUS+

Platform Version Language

ORTUS+ is a mobile application for Riga Technical University to provide a better experience for students. Some features:

  • Schedule
  • Entering to the ORTUS website without entering a password or PIN code
  • Grades
  • Full courses list
  • Notifications
  • News

And also:

  • Dark mode support
  • Home screen quick actions
  • iOS native UI

Join the TestFlight beta

Requirements

  • Xcode 12+
  • Swift 5.2+

Building

Add keys and IDs

Create an extension of Global struct, and add:

extension Global {
    static let clientID = "*YOUR CLIENT ID*"
    static let clientSecret = "*YOUR CLIENT SECRET*"
}

Contribution

Feel free to make pull requests and create issues.