https://github.com/gu-stav/sandglass-frontend
A clean & fast frontend for the Python API, supporting localstorage and offline usage.
https://github.com/gu-stav/sandglass-frontend
Last synced: 4 months ago
JSON representation
A clean & fast frontend for the Python API, supporting localstorage and offline usage.
- Host: GitHub
- URL: https://github.com/gu-stav/sandglass-frontend
- Owner: gu-stav
- Created: 2014-01-18T16:48:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T18:53:31.000Z (over 11 years ago)
- Last Synced: 2024-04-14T11:15:15.559Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandglass #
A frontend for the [Sandglass API](https://bitbucket.org/sandglass/sandglass.time/)
based on python, supporting offline usage.## Installation ##
Install the express app:``npm install``
Get all required dependencies with:
``cd sandglass/public && bower install``
To start the application run:
``npm start``