Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 857 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 857 Bytes

textclock

A flask/backbone application that renders a text-based clock.

Once upon a time, I saw QLOCKTWO's wallclock and wondered if I could make it myself.

Here's my attempt. While I was at it, might as well try out backbone.js.

Requirements

Install

cd into the local directory and execute fab setup.

Execution

cd into the local directory and execute fab runserver.

Your server should now be running on the local host on port 5000!

You can now go to http://127.0.0.1:5000/ in your browser to view the clock.