Simple app that changes color with every second of your day.
========= #####How to run:
- Clone git repo:
git clone https://github.com/shawntaylord/colortime.git
- Within newly cloned repo, run Python's HTTP server:
python -m SimpleHTTPServer 8000
- Direct your browser to:
localhost:8000