Skip to content

kamz8/WebSpeechDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSpeechDemo

##Routes are as follows:


###localhost:3333/1


###localhost:3333/2


##localhost:3333/3 ######/1 & /2 are simple speech output views This application will search YouTube for a video using the Web Speech API.


Here's a video demo: https://youtu.be/qyu0W-yCUAM

Instructions

Make a config.js and include the code below inside the project root. Make sure you replace the API key with your own. If you do not have a Youtube Data API key get it here.

config.js

  module.exports = {
    key: <YOUR YOUTUBE API KEY>
  }

To run the application enter the following code:

npm install
npm start

About

Simple voice enabled YouTube search. Hold Q and say "Show me" + Anything.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 90.6%
  • JavaScript 9.4%