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

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.

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``