https://github.com/srph/slept
a proof-of-concept cli application to monitor your sleeping
https://github.com/srph/slept
Last synced: about 1 month ago
JSON representation
a proof-of-concept cli application to monitor your sleeping
- Host: GitHub
- URL: https://github.com/srph/slept
- Owner: srph
- Created: 2016-03-18T10:52:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T16:17:03.000Z (over 10 years ago)
- Last Synced: 2025-01-26T17:15:45.571Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# slept
```
npm i srph/slept -g
```
a proof-of-concept to monitor your sleeping (like the nsa) through the cli
it doesn't do anything cool yet, except logging haha.
## usage
```bash
Usage:
slept [command]
Options:
-h, --help Display usage
-v, --version Display version
Example:
slept add 8
slept undo
```
## how it works
it simply logs the start time and end time of your sleep. this is simply by inputting the number of hours you sleep.
## problems
- are we supposed to tackle or can we tackle cases where you go to different timezones?
- metrics:
- can we log and make conclusions based on our sleep duration?
- can we log and make conclusions based on the sleep timing?