Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vittominacori/speech-element
Custom Polymer element for speech synthesis and recognition.
https://github.com/vittominacori/speech-element
Last synced: 17 days ago
JSON representation
Custom Polymer element for speech synthesis and recognition.
- Host: GitHub
- URL: https://github.com/vittominacori/speech-element
- Owner: vittominacori
- Created: 2015-01-26T00:05:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T00:44:16.000Z (almost 10 years ago)
- Last Synced: 2024-10-09T20:28:21.501Z (about 1 month ago)
- Language: CSS
- Homepage:
- Size: 328 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# speech-element
Custom Polymer element for speech synthesis and recognition.
## Installation
```
$ cd /your-project-root/
$ git clone https://github.com/vittominacori/speech-element.git
$ cd speech-element/
$ bower install
```or install it via bower
```
$ bower install speech-element --save
```## Try it
```
$ cd .. # You'll want to run the web server from the parent directory.
$ python -m SimpleHTTPServer
```Go to [http://localhost:8000/speech-element/demo.html](http://localhost:8000/speech-element/demo.html) to see it in action.
## Usage
```
```