{"id":19068747,"url":"https://github.com/antonio2812/shorts-summary","last_synced_at":"2026-04-27T16:33:12.908Z","repository":{"id":195571168,"uuid":"693168490","full_name":"antonio2812/shorts-summary","owner":"antonio2812","description":"Resumo de Vídeos Curtos","archived":false,"fork":false,"pushed_at":"2023-09-18T14:50:04.000Z","size":398,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T16:43:57.327Z","etag":null,"topics":["css3","git","github","html5","inteligencia-artificial","javascript"],"latest_commit_sha":null,"homepage":"https://antonio2812.github.io/shorts-summary/","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/antonio2812.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-18T13:39:12.000Z","updated_at":"2023-09-18T14:07:36.000Z","dependencies_parsed_at":"2023-09-18T20:25:19.906Z","dependency_job_id":null,"html_url":"https://github.com/antonio2812/shorts-summary","commit_stats":null,"previous_names":["antonio2812/shorts-summary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antonio2812/shorts-summary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonio2812%2Fshorts-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonio2812%2Fshorts-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonio2812%2Fshorts-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonio2812%2Fshorts-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonio2812","download_url":"https://codeload.github.com/antonio2812/shorts-summary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonio2812%2Fshorts-summary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32345804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["css3","git","github","html5","inteligencia-artificial","javascript"],"created_at":"2024-11-09T01:11:43.243Z","updated_at":"2026-04-27T16:33:12.891Z","avatar_url":"https://github.com/antonio2812.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Shorts Summary \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#--projeto\"\u003eProjeto\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#--tecnologias\"\u003eTecnologias\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#--como-contribuir\"\u003eComo Contribuir\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#--autor\"\u003eAutor\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#--mostre-seu-apoio\"\u003eMostre seu apoio\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#memo--licença\"\u003eLicença\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=49AA26\u0026labelColor=000000\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n![print-shorts-summary](https://github.com/antonio2812/shorts-summary/assets/104834145/a2e63e98-6cbc-44b4-9828-ab5412829a3e)\n\n## 💻  Projeto\n\nShorts Summary é uma aplicação web para criar resumo de vídeos shorts do Youtube utilizando Inteligência Artificial para transcrever o conteúdo do vídeo e realizar o resumo do conteúdo.\n\n[Visite o projeto online](https://antonio2812.github.io/shorts-summary/)\n\n## ⚡  Tecnologias\n\nEsse projeto foi desenvolvido com as seguintes tecnologias:\n\n- HTML5 e CSS3\n- JavaScript\n- Git e GitHub\n- Inteligência Artificial\n\n## 🤝  Como Contribuir\n\n```bash\n  # Clone o projeto\n  $ git clone https://github.com/antonio2812/shorts-summary.git\n````\n\n```bash\n  # Entrar no diretório\n  $ cd shorts-summary\n```\n\n```bash\n  # Instale as dependências utilizando o npm\n  $ npm install\n```\n\n```bash\n  # Executar\n  $ npm start\n```\n\n```bash\n  # rodar o projeto\n  $ npm run web\n```\n\n```bash\n  # rodar o servidor\n  $ npm run server\n```\n\n\u003cp align=\"center\"\u003eOu\u003c/p\u003e\n\n```bash\n  # Instale as dependências utilizando o yarn\n  $ yarn\n```\n\n```bash\n  # Executar\n  $ yarn start\n```\n\n## 👤  Autor\n\n**Antonio  Carlos**\n\n* [Linkedin](https://www.linkedin.com/in/antonio-carlos-de-souza-junior/)\n* [Gmail](mailto:acarlosdesouzajunior@gmail.com)\n* [Instagram](https://www.instagram.com/carlosdesouzajunior.antonio/)\n* [Discord](https://discord.com/channels/@me)\n\n## ✨  Mostre seu apoio\n\nDar uma⭐️se esse projeto te ajudou ou inspirou!\n\n## :memo:  Licença\n\nEsse projeto está sob a licença MIT. Consulte o arquivo \u003ca href=\"https://github.com/antonio2812/shorts-summary/blob/main/LICENSE\"\u003eLICENSE\u003c/a\u003e para mais detalhes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonio2812%2Fshorts-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonio2812%2Fshorts-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonio2812%2Fshorts-summary/lists"}