{"id":27779344,"url":"https://github.com/abrahamgalue/chatbot-api","last_synced_at":"2026-05-15T22:34:48.158Z","repository":{"id":290206704,"uuid":"971485661","full_name":"abrahamgalue/chatbot-api","owner":"abrahamgalue","description":"API para un Chatbot hecho con Gemini AI.","archived":false,"fork":false,"pushed_at":"2026-02-26T12:35:06.000Z","size":1060,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-26T19:16:59.488Z","etag":null,"topics":["gemini","gemini-api","llm","preact","vercel"],"latest_commit_sha":null,"homepage":"https://chatbot-api-abrahamgalue.vercel.app/","language":"HTML","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/abrahamgalue.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-23T15:37:51.000Z","updated_at":"2026-02-26T12:35:10.000Z","dependencies_parsed_at":"2025-09-25T17:32:30.719Z","dependency_job_id":"f3eecb60-f634-4ed7-beb1-3d6792413258","html_url":"https://github.com/abrahamgalue/chatbot-api","commit_stats":null,"previous_names":["abrahamgalue/chatbot-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abrahamgalue/chatbot-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamgalue%2Fchatbot-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamgalue%2Fchatbot-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamgalue%2Fchatbot-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamgalue%2Fchatbot-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abrahamgalue","download_url":"https://codeload.github.com/abrahamgalue/chatbot-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamgalue%2Fchatbot-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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":["gemini","gemini-api","llm","preact","vercel"],"created_at":"2025-04-30T09:58:04.007Z","updated_at":"2026-05-15T22:34:48.153Z","avatar_url":"https://github.com/abrahamgalue.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n\n# 🤖 NODE/EXPRESS: ChatBot API\n\n\u003c/div\u003e\n\n### API para mantener una conversación con un chatbot.\n\n\u003e 🧩 Aquí puedes ver su [**Live Demo.**](https://chatbot-api-abrahamgalue.vercel.app/)\n\n![vista-previa](public/preview/01-page-preview.jpg)\n\n![vista-previa](public/preview/02-page-preview.jpg)\n\n## 🚀 Descripción\n\nEste proyecto de curso utiliza el modelo Gemini para crear un chatbot que puede mantener una conversación con los usuarios. La API permite a los usuarios enviar mensajes y recibir respuestas del chatbot.\n\nSi quieres ver una implementación real, puedes visitar [**ChatBot AI**](https://gemini-ai-chatbot-abrahamgalue.pages.dev/).\n\n## ⚡ Comenzar\n\n### Prerrequisitos\n\n1. Git.\n2. Node.js: cualquier versión a partir de la 20 o superior.\n\n## 🔧 Instalación\n\n### Usando npm\n\n1. **Clona el repositorio:**\n\n   ```bash\n   git clone https://github.com/abrahamgalue/chatbot-api.git\n   cd chatbot-api\n   ```\n\n2. **Instala las dependencias:**\n\n   ```bash\n   npm install\n   ```\n\n### Ejecución local (modo desarrollo)\n\n1. **Inicia el servidor de desarrollo:**\n\n   ```bash\n   npm run dev\n   ```\n\n   Esto iniciará el servidor de desarrollo en Express y tu aplicación estará disponible en `http://localhost:3000`.\n\n   \u003e **Nota:** Para que tu applicación funcione correctamente, asegúrate de tener configurada la variable de entorno `GOOGLE_GEN_AI_KEY` con tu [**clave de API de Google**](https://ai.google.dev/gemini-api/docs/api-key). Puedes crear un archivo `.env` en la raíz del proyecto y agregar la siguiente línea:\n\n   ```bash\n   GOOGLE_GEN_AI_KEY=tu_clave_de_api\n   ```\n\n## 🎭 Tecnologías\n\nEl proyecto utiliza las siguientes tecnologías:\n\n- [**Express**](https://expressjs.com/) como framework de Node.js.\n- [**Google Gen AI SDK**](https://www.npmjs.com/package/@google/genai) para interactuar con el modelo Gemini.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrahamgalue%2Fchatbot-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabrahamgalue%2Fchatbot-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrahamgalue%2Fchatbot-api/lists"}