{"id":48523184,"url":"https://github.com/berserker95/angular-gemini-chatbot","last_synced_at":"2026-04-07T21:33:07.663Z","repository":{"id":261131153,"uuid":"865587677","full_name":"berserker95/angular-gemini-chatbot","owner":"berserker95","description":"Angular Gemini Chatbot is an Angular-based application that integrates with Google Gemini to provide an intelligent search experience.","archived":false,"fork":false,"pushed_at":"2024-11-04T21:04:23.000Z","size":342,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-04T21:34:22.242Z","etag":null,"topics":["ai-search","angular","chatbot","css","front-end","google","google-gemini","google-gemini-ai","google-gemini-pro","javascript","primeng","search-bar","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/berserker95.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-30T19:22:58.000Z","updated_at":"2024-11-04T21:04:27.000Z","dependencies_parsed_at":"2024-11-04T21:44:33.729Z","dependency_job_id":null,"html_url":"https://github.com/berserker95/angular-gemini-chatbot","commit_stats":null,"previous_names":["berserker95/angular-gemini-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/berserker95/angular-gemini-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berserker95%2Fangular-gemini-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berserker95%2Fangular-gemini-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berserker95%2Fangular-gemini-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berserker95%2Fangular-gemini-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berserker95","download_url":"https://codeload.github.com/berserker95/angular-gemini-chatbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berserker95%2Fangular-gemini-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai-search","angular","chatbot","css","front-end","google","google-gemini","google-gemini-ai","google-gemini-pro","javascript","primeng","search-bar","typescript"],"created_at":"2026-04-07T21:33:07.539Z","updated_at":"2026-04-07T21:33:07.639Z","avatar_url":"https://github.com/berserker95.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🌐 AngularGeminiChatbot\n\n\u003e **An Angular application integrated with Google Gemini for intelligent search functionality.**\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.2.\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\nTo use the application, you need a Google Gemini API key. Follow the instructions in the [Google Gemini API documentation](https://ai.google.dev/gemini-api/docs/api-key?hl=it) to obtain an API key. \n\nAdd the API key to your environment file:\n\n```typescript\n// environment.ts\nexport const environment = {\n  production: false,\n  API_KEY: 'YOUR_API_KEY_HERE'\n};\n```\n\n### Development Server\n\nRun the following command to start a local development server:\n\n```bash\nng serve\n```\n\nNavigate to [http://localhost:4200](http://localhost:4200/). The app will automatically reload if any source files change.\n\n---\n\n## 📦 Code Scaffolding\n\nEasily generate new components, directives, services, and more with Angular CLI:\n\n```bash\nng generate component component-name\n```\n\nOr try any of the following:\n\n```bash\nng generate directive|pipe|service|class|guard|interface|enum|module\n```\n\n---\n\n## 🛠️ Build\n\nTo build the project, run:\n\n```bash\nng build\n```\n\nThe build artifacts will be stored in the `dist/` directory.\n\n---\n\n## 🧪 Running Tests\n\n### Unit Tests\n\nRun unit tests with [Karma](https://karma-runner.github.io):\n\n```bash\nng test\n```\n\n### End-to-End Tests\n\nRun end-to-end tests with a testing platform of your choice:\n\n```bash\nng e2e\n```\n\n\u003e **Note**: To use this command, add a package that implements end-to-end testing capabilities.\n\n---\n\n## 📚 Further Help\n\nFor more information on the Angular CLI, use:\n\n```bash\nng help\n```\n\nOr visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli).\n\n---\n\n## 🌟 Key Features\n\n- **Angular Integration**: Powered by the Angular framework.\n- **Google Gemini Integration**: Utilizes Google Gemini for intelligent search functionality.\n- **Responsive Search Bar**: Adaptive design, suitable for different devices.\n- **Efficient Development Workflow**: Fast reloads with `ng serve` and straightforward code generation.\n\n---\n\nFeel free to contribute, report issues, or suggest new features to improve this project!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberserker95%2Fangular-gemini-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberserker95%2Fangular-gemini-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberserker95%2Fangular-gemini-chatbot/lists"}