From e2fae631c2a9e839c44c1b182ee50176338172cc Mon Sep 17 00:00:00 2001 From: Charles Showalter Date: Mon, 13 Mar 2023 12:36:02 -0700 Subject: [PATCH] SpeechRecognition Day 20 of 30. --- Speech Detection [20-30]/index.html | 89 +++++++++++++++++++++++++++ Speech Detection [20-30]/package.json | 14 +++++ 2 files changed, 103 insertions(+) create mode 100644 Speech Detection [20-30]/index.html create mode 100644 Speech Detection [20-30]/package.json diff --git a/Speech Detection [20-30]/index.html b/Speech Detection [20-30]/index.html new file mode 100644 index 0000000..aa1a2cb --- /dev/null +++ b/Speech Detection [20-30]/index.html @@ -0,0 +1,89 @@ + + + + + Speech Detection + + + + +
+
+ + + + + + + + diff --git a/Speech Detection [20-30]/package.json b/Speech Detection [20-30]/package.json new file mode 100644 index 0000000..6a65e92 --- /dev/null +++ b/Speech Detection [20-30]/package.json @@ -0,0 +1,14 @@ +{ + "name": "gum", + "version": "1.0.0", + "description": "", + "main": "scripts.js", + "scripts": { + "start": "browser-sync start --directory --server --files \"*.css, *.html, *.js\"" + }, + "author": "", + "license": "ISC", + "devDependencies": { + "browser-sync": "^2.12.5 <2.23.2" + } +}