{"id":20467026,"url":"https://github.com/codekraft-studio/react-speech","last_synced_at":"2026-05-05T08:37:00.453Z","repository":{"id":92944631,"uuid":"117430654","full_name":"codekraft-studio/react-speech","owner":"codekraft-studio","description":"A simple React component to deal with browser SpeechRecognition","archived":false,"fork":false,"pushed_at":"2018-01-14T13:30:16.000Z","size":263,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T12:47:45.870Z","etag":null,"topics":["react","react-component","speech-recognition","speech-to-text"],"latest_commit_sha":null,"homepage":"https://codekraft-studio.github.io/react-speech/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codekraft-studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-14T13:03:28.000Z","updated_at":"2018-01-14T13:30:52.000Z","dependencies_parsed_at":"2023-04-14T17:06:07.497Z","dependency_job_id":null,"html_url":"https://github.com/codekraft-studio/react-speech","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codekraft-studio/react-speech","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Freact-speech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Freact-speech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Freact-speech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Freact-speech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekraft-studio","download_url":"https://codeload.github.com/codekraft-studio/react-speech/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Freact-speech/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267155725,"owners_count":24044393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","react-component","speech-recognition","speech-to-text"],"created_at":"2024-11-15T13:26:48.951Z","updated_at":"2026-05-05T08:36:55.433Z","avatar_url":"https://github.com/codekraft-studio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-speech\nA simple react component to deal with browser SpeechRecognition\n\n## Getting started\nInstall the module via npm.\n```\nnpm install react-speech\n```\nThan import the script and the style to your project:\n```js\nimport ReactSpeech from 'react-speech';\nimport 'react-speech/build/css/index.css'\n```\nNow you can use the __react-speech__ component everywhere in your application:\n```jsx\n\u003cReactSpeech onText={(t) =\u003e console.log(t)} /\u003e\n```\nFor more informations about the SpeechRecognition API visit the [official](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition) page.\n\n## Props\n* __lang__: The language of the current SpeechRecognition. If not specified, this defaults to the HTML lang attribute value, or the user agent's language setting if that isn't set either.\n\n## Events\n* __onText__: Called when a word or phrase has been positively recognized and this has been communicated back to the app.\n\n## Development\nClone the project repository, than install the dependencies and run:\n```\nnpm run start\n```\nthis will fire up the grunt development environment with a http server and actions on file changes, than when you have done your editing you can run:\n```\nnpm run build\n```\nto package the project to be ready for production.\n\n---\n\n## License\nThe __react-speech__ is released under the MIT License by [codekraft-studio](https://codekraft-studio.github.io/).\n\n## Contributing\n\n1. Fork it ( https://github.com/codekraft-studio/react-speech/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n3. Write and run the tests (`npm run test`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekraft-studio%2Freact-speech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekraft-studio%2Freact-speech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekraft-studio%2Freact-speech/lists"}