{"id":19174393,"url":"https://github.com/react-component/record","last_synced_at":"2025-05-07T18:20:28.294Z","repository":{"id":52421044,"uuid":"71970228","full_name":"react-component/record","owner":"react-component","description":"Record audio from microphone","archived":false,"fork":false,"pushed_at":"2021-04-29T19:22:49.000Z","size":11,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-16T00:48:33.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://react-component.github.io/record/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/react-component.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-26T05:44:20.000Z","updated_at":"2018-05-03T06:18:59.000Z","dependencies_parsed_at":"2022-09-16T15:12:31.697Z","dependency_job_id":null,"html_url":"https://github.com/react-component/record","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-component%2Frecord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-component%2Frecord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-component%2Frecord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-component%2Frecord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-component","download_url":"https://codeload.github.com/react-component/record/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931766,"owners_count":21827160,"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","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":[],"created_at":"2024-11-09T10:17:37.360Z","updated_at":"2025-05-07T18:20:28.271Z","avatar_url":"https://github.com/react-component.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rc-record\n---\n\nReact Record Component\n\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![gemnasium deps][gemnasium-image]][gemnasium-url]\n[![node version][node-image]][node-url]\n[![npm download][download-image]][download-url]\n[![Sauce Test Status](https://saucelabs.com/buildstatus/rc-record)](https://saucelabs.com/u/rc-record)\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/rc-record.svg)](https://saucelabs.com/u/rc-record)\n\n[npm-image]: http://img.shields.io/npm/v/rc-record.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/rc-record\n[travis-image]: https://img.shields.io/travis/react-component/record.svg?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/record\n[coveralls-image]: https://img.shields.io/coveralls/react-component/record.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/react-component/record?branch=master\n[gemnasium-image]: http://img.shields.io/gemnasium/react-component/record.svg?style=flat-square\n[gemnasium-url]: https://gemnasium.com/react-component/record\n[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square\n[node-url]: http://nodejs.org/download/\n[download-image]: https://img.shields.io/npm/dm/rc-record.svg?style=flat-square\n[download-url]: https://npmjs.org/package/rc-record\n\n\n## Browser Support\n\n|![IE](https://raw.github.com/alrra/browser-logos/master/internet-explorer/internet-explorer_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/safari/safari_48x48.png)|\n| --- | --- | --- | --- | --- |\n| IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |\n\n## Screenshots\n\n\u003cimg src=\"\" width=\"288\"/\u003e\n\n\n## Development\n\n```\nnpm install\nnpm start\n```\n\n## Example\n\nhttp://localhost:8001/examples/\n\n\nonline example: http://react-component.github.io/record/\n\n\n## Feature\n\n* support ie8,ie8+,chrome,firefox,safari\n\n\n## install\n\n\n[![rc-record](https://nodei.co/npm/rc-record.png)](https://npmjs.org/package/rc-record)\n\n\n## Usage\n\n```js\nvar Record = require('rc-record');\nvar React = require('react');\nReact.render(\u003cRecord /\u003e, container);\n```\n\n## API\n\n### props\n\n\u003ctable class=\"table table-bordered table-striped\"\u003e\n    \u003cthead\u003e\n    \u003ctr\u003e\n        \u003cth style=\"width: 100px;\"\u003ename\u003c/th\u003e\n        \u003cth style=\"width: 50px;\"\u003etype\u003c/th\u003e\n        \u003cth style=\"width: 50px;\"\u003edefault\u003c/th\u003e\n        \u003cth\u003edescription\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eclassName\u003c/td\u003e\n          \u003ctd\u003eString\u003c/td\u003e\n          \u003ctd\u003e\u003c/td\u003e\n          \u003ctd\u003eadditional css class of root dom node\u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n\n## Test Case\n\n```\nnpm test\nnpm run chrome-test\n```\n\n## Coverage\n\n```\nnpm run coverage\n```\n\nopen coverage/ dir\n\n## License\n\nrc-record is released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-component%2Frecord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-component%2Frecord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-component%2Frecord/lists"}