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

https://github.com/maksim2498/uni-schedule

Simple uni schedule-rendering web-app written myself for myself
https://github.com/maksim2498/uni-schedule

scheduler webapp

Last synced: 10 months ago
JSON representation

Simple uni schedule-rendering web-app written myself for myself

Awesome Lists containing this project

README

          

# Uni Schedule

![Preview](/images/preview.png)

## Table of Contents

- [Table of Contents](#table-of-contents);
- [About](#about);
- [Running](#running).

## About

This is my uni shcedule rendering web-app wirtten myself
for myself. You can customize it for your own usage
altering [shcedule file](/src/js/schedule.js).
You can test it [here](http://sched.uni.fominmv.ru).

## Running

Firstly, you need to [install Python](https://www.python.org/downloads/)
if you don't have one. Scondly, run [run.sh file](/run.sh)
or [run.bat file](/run.bat) depending on your OS (Unix-like
or Windows respectively) and web-app will be available
at [localhost:8000](http://localhost:8000).