voice-elements
:speaker: Web Component wrapper to the Web Speech API, that allows you to do voice recognition and speech synthesis using Polymer
File Explorer
Download Latest Version (.zip)- demo.css
- fb.jpg
- highlight.github.css
- highlight.pack.js
- support.js
- voice-player.html
- voice-recognition.html
- voice-player.html
- voice-recognition.html
- .editorconfig
- .gitignore
- bower.json
- Gruntfile.js
- index.html
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/zenorocha/voice-elements
Downloads the entire project code from GitHub to your computer.
cd voice-elements
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ [sudo] npm install -g bower grunt-cli
Downloads and installs the libraries listed in package.json.
$ bower install && npm install
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
