Hosted on heroku: https://song-request.herokuapp.com/
I wanted to try out speech recognition, so I built this node.js app, which takes user inputs and prints them to the screen (mostly so you can see what the speech recognition software thinks you've said). If you say 'Play...[something]' the app requests whatever you said after the word 'play' and gets it from youtube. I watched Javascript30 to get an understanding of how to use the Web Speech API.
- MDN Speech recognition
- Youtube API
- MaterializeCSS
- Env2
- Hapi & handlebars
- Tests
- Additional functionality for the player (stop, go, replay)