# sleep-habit-checker

あなたが良い睡眠習慣を持っているかチェックできるツールです。

This is a tool that allows you to check if you have good sleep habits.

# install

 ```
 npm install -g sleep-habit-checker
 ```

# usage

```
$ check-sleep

? 今日は、昨日と同じくらいの時間に起きましたか？
... 以下、質問が合計5つ出てきます。

Did you get up today at about the same time as yesterday?

Below, a total of 5 questions will be asked.

```

```
質問に答え終わるとスコアとアドバイスが表示されます。

After answering the question, the score and advice will be displayed.
```