himkt / kirinoha

Kirinoha-桐の葉: A class search system for students in University of Tsukuba

Home Page:https://kirinoha.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kirinoha - 桐の葉

MIT License Website GitHub issues GitHub stars GitHub release GitHub commits

What is Kirinoha

Kirinoha is UNOFFICIAL Course Search System for students at University of Tsukuba.

More Information

This article describes about kirinoha.

For Use

Kirinoha is available on here.

I use heroku for production enviroment.

Query Field

  • title

Title stands for the title of a course.

You can use by

title: プログラミング演習

  • code

Code indicates the course number (科目番号).

You can use by

code: GE3

or

code: GE31053

  • credits

Credits indicate a number of credits (単位数) of a course.

You can use by

credits: 3

or

credits > 3

  • terms

Terms indicates when a course is open.

You can use by

terms: 春A

  • daytimes

Daytimes indicate times when course is open more speccifically

You can use by

daytimes: 月5

  • instructors

Instructors show you a list of lecturers.

You can use by

instructors: 照井

  • location

Location tells you a place where course is open.

You can use by

location: 7A

  • info

Info describes a course.

You can use by

info: ラムダ計算

About

Kirinoha-桐の葉: A class search system for students in University of Tsukuba

https://kirinoha.herokuapp.com


Languages

Language:Ruby 61.5%Language:HTML 32.1%Language:CSS 3.6%Language:JavaScript 2.4%Language:CoffeeScript 0.5%