burner-speech
v0.3.4
Published
React component that use the Speech Recognition API
Downloads
16
Readme
#burner-speech ##React component that wrap the Speech Recognition API. This Component is part of the https://burner.fitness project
Introduction
This component will help you to use the Speech Recognition API in your React application. You will be able to:
- talk to your application and get the result
- test if your system (browser) is Speech Recognition API ready
note that only chrome is speech ready for the moment ...
Install
npm install burner-speech --save
Usage
See examples
Development
- At the root of the project
npm install
npm run dev
- in example folder
npm install
npm run dev
npm run serve
Then you can start coding ;)