Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 680 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 680 Bytes

TimeSync

TimeSync is the OSU Open Source Lab's time tracking system. It's designed to be simple, have a sane API, and make sense while allowing users to track their time spent on various projects and activities.

This repository contains the TimeSync API specifications and none of the code. For an implementation of TimeSync check out the timesync-node repository

Usage

To build the HTML rendered documentation, run the following commands:

$ pip install -r requirements.txt
$ make html
$ <browser> build/html/index.html