Skip to content

benevolent0505/uecq

Repository files navigation

uecq

Command line tool to get UEC Kyuuko information. 電気通信大学(学域・学部) 休講のお知らせ

Description

'uecq' is a command line tool to get the cancelled lectures list in UEC. You can get json format data of the lectures list.

Demo

Usage

$ uecq -help
Usage of uecq:
  -f string
    	Setting output format. (default "text")
  -graduate
    	Set graduate school mode flag.
  -version
    	Print version information and quit.

Install

To install, use go get:

$ go get -d github.com/benevolent0505/uecq

So, uecq requres go.

Contribution

  1. Fork (https://github.com/benevolent0505/uecq/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

benevolent0505

About

Command line tool for UEC Kyuuko information. http://kyoumu.office.uec.ac.jp/kyuukou/kyuukou.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages