From 94c470b8c65b46a860a63ce288c9d2c7d66acb7c Mon Sep 17 00:00:00 2001 From: Alex Castillo Date: Thu, 6 Feb 2020 11:56:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20=20DOCS(NOTION-92,=20#39)=20-Lin?= =?UTF-8?q?k=20side=20note=20to=20calm=20score=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorials/your-first-web-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/your-first-web-app.md b/docs/tutorials/your-first-web-app.md index a78607a..449623a 100644 --- a/docs/tutorials/your-first-web-app.md +++ b/docs/tutorials/your-first-web-app.md @@ -423,7 +423,7 @@ This is the fun part. This is where we get to access brain data and map it to th By subscribing to `notion.calm()`, we get a new `calm` score approximately every second. So, let's add a page to display the calm score. -> The calm score is derived from your passive cognitive state. This metric based on the [alpha wave](https://en.wikipedia.org/wiki/Alpha_wave). The calm score ranges from `0.0` to `1.0`. The higher the score, the higher the probability a _calm_ feeling is detected. Getting a calm score over `0.3` is significant. Things that can help increase the calm score include closing your eyes, keeping still, breathing deeply, or meditating. +> 💡 Learn more about the [calm score](../api/calm). ```jsx // src/pages/Calm.js