Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtsdwarak/lexico
Web based dictionary powered by WebSpeech API
https://github.com/dtsdwarak/lexico
Last synced: 22 days ago
JSON representation
Web based dictionary powered by WebSpeech API
- Host: GitHub
- URL: https://github.com/dtsdwarak/lexico
- Owner: dtsdwarak
- License: gpl-3.0
- Created: 2014-06-28T11:51:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T06:46:17.000Z (almost 10 years ago)
- Last Synced: 2023-04-04T19:52:37.912Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://dtsdwarak.github.io/lexico/
- Size: 770 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Lexico
##It is...
A dictionary with a web interface powered by WebSpeechAPI. UI is fairly responsive, although I cannot guarantee. :D Uses nothing but HTML, CSS and JavaScript. Dictionary powered by [Wordnik API](http://developer.wordnik.com/). Alternatively, you can also use, [Words API](https://www.wordsapi.com/)
##To run it
* Clone the repository
* Serve the files through any standard webserver##Documentation
The application uses just [speech-to-text](http://updates.html5rocks.com/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API) synthesis although WebSpeech API supports [text-to-speech](http://updates.html5rocks.com/2014/01/Web-apps-that-talk---Introduction-to-the-Speech-Synthesis-API) as well. I strongly suggest you go through [HTML5Rocks](http://www.html5rocks.com/en/) blog for more information on implementing the same. For simplicity sake, I've also included an example file.
##Demo
View the demo [here](https://dtsdwarak.github.io/lexico/)