An open API service indexing awesome lists of open source software.

https://github.com/adityasabnis/get-talking

High order component leveraging WebSpeechApi
https://github.com/adityasabnis/get-talking

hacktoberfest hacktoberfest2020 higher-order-component react reactjs speech-synthesis webspeech-api

Last synced: 2 months ago
JSON representation

High order component leveraging WebSpeechApi

Awesome Lists containing this project

README

        

# High order component leveraging WebSpeechApi

Higher order component giving speech functionality extension to any component by leveraging WebSpeechApi

Installation:

`npm i get-talking`

Master Build Status:

[![Build Status](https://travis-ci.com/adityasabnis/get-talking.svg?branch=master)](https://travis-ci.com/adityasabnis/get-talking)

Master Coverage Status:

[![codecov](https://codecov.io/gh/adityasabnis/get-talking/branch/master/graph/badge.svg)](https://codecov.io/gh/adityasabnis/get-talking)

PlayGround:

It will start webpack dev server with hot-reload on port 8001

It renders CustomInput wrapped in withSpeech HOC.
`npm run start`

![Playground Example Screenshot](https://user-images.githubusercontent.com/73151902/97069763-21fd2400-161e-11eb-8904-55ab5683f31f.png)

CodeSandBox Example:

https://codesandbox.io/s/gettalking-adslotui-gkgxs

![Sandbox Screenshot](https://user-images.githubusercontent.com/3688957/94991800-b8fb3100-05c8-11eb-85cf-4a78e589b946.png)