{"id":14384918,"url":"https://github.com/hackingbeauty/material-ui-youtube-autocomplete","last_synced_at":"2025-07-05T18:06:55.416Z","repository":{"id":57292213,"uuid":"57182987","full_name":"hackingbeauty/material-ui-youtube-autocomplete","owner":"hackingbeauty","description":"A React-based auto-complete search box for Youtube apps.  Basically, it's an autocomplete+autosuggest component with the Material UI look and feel.   Video search results are retrieved from Youtube's database based on user input, and provided as input to your callback.","archived":false,"fork":false,"pushed_at":"2017-04-28T14:55:40.000Z","size":17,"stargazers_count":28,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T01:41:58.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/hackingbeauty.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}},"created_at":"2016-04-27T04:19:05.000Z","updated_at":"2025-01-18T00:46:34.000Z","dependencies_parsed_at":"2022-08-27T16:50:52.255Z","dependency_job_id":null,"html_url":"https://github.com/hackingbeauty/material-ui-youtube-autocomplete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hackingbeauty/material-ui-youtube-autocomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingbeauty%2Fmaterial-ui-youtube-autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingbeauty%2Fmaterial-ui-youtube-autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingbeauty%2Fmaterial-ui-youtube-autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingbeauty%2Fmaterial-ui-youtube-autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackingbeauty","download_url":"https://codeload.github.com/hackingbeauty/material-ui-youtube-autocomplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingbeauty%2Fmaterial-ui-youtube-autocomplete/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263781176,"owners_count":23510419,"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-08-28T18:01:46.791Z","updated_at":"2025-07-05T18:06:55.384Z","avatar_url":"https://github.com/hackingbeauty.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# material-ui-youtube-autocomplete\n\nA React.js Autcomplete complete component inspired by Material-UI.\n\n\n## Demo\n\nSee this [compenent in action](https://videonotepad.com)\n\n## Installation\n\n`npm install --save material-ui-youtube-autocomplete`\n\n\n## Features\n\n- Material-UI stylized search input\n- Auto-suggest drop-down as user types (suggested results come from Youtube)\n- Retrieve collection of video search results from Youtube\n\n\n## Usage\n\n```js\nimport YoutubeAutcomplete from 'material-ui-youtube-autocomplete';\n\n\u003cYoutubeAutocomplete\n  apiKey={string}        // you must get an API key from google if you want video search results returned\n  maxResults={string}    // defaults -\u003e 50. Number of video search results you want\n  placeHolder={string}   // defaults -\u003e \"Search Youtube\"\n  callback={function}    // callback to execute when search results are retrieved\n/\u003e\n```\n\n## Example\n\n```js\nimport YoutubeAutocomplete from 'material-ui-youtube-autocomplete';\n\nclass Example extends React.Component {\n  render() {\n    return (\n      \u003cYouTubeAutocomplete\n        apiKey=\"YOUR-API-KEY-THAT-YOUR-REGISTERED-WITH-GOOGLE\"\n        placeHolder=\"Search Youtube\"\n        maxResults=\"20\"\n        callback={this._onSearchResultsFound}\n      /\u003e\n    );\n  }\n\n  _onSearchResultsFound(results) {\n    // Results is an array of retreived search results from Youtube.\n    // Do what you want with the results here.\n  }\n}\n```\n\n## License\n\nMIT\n\n## Course\n\nAre you looking to build a professional app for the Web using React \u0026 Redux?\n\nCheck out my course [\"How to Write a Single Page Application\".](http://www.singlepageapplication.com)\n\nwww.singlepageapplication.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackingbeauty%2Fmaterial-ui-youtube-autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackingbeauty%2Fmaterial-ui-youtube-autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackingbeauty%2Fmaterial-ui-youtube-autocomplete/lists"}