Small GO application that allows user to check APU timetable through terminal.


License
GPL-3.0
Install
go get github.com/wongweilok/aputt

Documentation

APU Terminal Timetable (aputt)

About

A small terminal application written in GO that display Asia Pacific University timetable.

Prerequisites

  • Go version 1.16.2 or above. Refer this page on how to install Go.

Installation

$ go get github.com/wongweilok/aputt

Third-party libraries used

  1. tcell - Licensed under Apache License 2.0
  2. tview - Licensed under MIT License

TODO List

  1. Main features

    • Color output
      • Indicate current ongoing class
      • Indicate incoming class
  2. Others

    • Offline support.
    • Command-line arguments
    • Improve codes.

License

aputt is released under the GPLv3 License. See COPYING for full license details.