Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lainsce/timetable

[DEPRECATED] Plot out your own timetable for the week and organize it
https://github.com/lainsce/timetable

organizer plotting timetable week

Last synced: 28 days ago
JSON representation

[DEPRECATED] Plot out your own timetable for the week and organize it

Awesome Lists containing this project

README

        

# ![icon](data/icon.png) Timetable

## Plot out your own timetable for the week and organize it

[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.lainsce.timetable)

[![Build Status](https://travis-ci.org/lainsce/timetable.svg?branch=master)](https://travis-ci.org/lainsce/timetable)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

![Screenshot](data/shot.png)

## Donations

Would you like to support the development of this app to new heights? Then:

[Be my backer on Patreon](https://www.patreon.com/lainsce)

## Dependencies

Please make sure you have these dependencies first before building.

```bash
granite
gtk+-3.0
meson
```

## Building

Simply clone this repo, then:

```bash
meson build --prefix=/usr && cd build
sudo ninja install
```