Sleeping patterns on 24-h clock-face
[Try it here]
First clone (download) this repository to your device and navigate to the chrono-doze directory. Then host it using any server of your choice.
If you already have node, getting chrono-doze up and running is as easy as :
- Install requirements
npm install
- Run server
node index.js
- Open chrono-doze being served at http://localhost:8080/chrono-doze.html
Starting up chrono-doze with python is even simpler :
- Run http.server
python -m http.server 8080
- Open chrono-doze being served at http://localhost:8080/chrono-doze.html
Note: If you are stuck with Python 2.x use SimpleHTTPServer instead of http.server
The way to provide your sleep data to chrono-doze is old fasioned, yet straightforward.
- Export your sleep data from
SleepAsAndroid
and simply place yoursleep-export.csv
file into the data folder. - Reload the chrono-doze page with
Ctrl
+F5
to load your data.