#burner-speech ##React component that wrap the Speech Recognition API. This Component is part of the https://burner.fitness project
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 ...
npm install burner-speech --save
See examples
- 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 ;)