{"id":19112393,"url":"https://github.com/dvchinx/catgen-api","last_synced_at":"2026-06-01T08:30:17.459Z","repository":{"id":257017535,"uuid":"857098750","full_name":"dvchinx/CatGen-Api","owner":"dvchinx","description":"Aplicacion de escritorio que accede a la API: TheCatApi para generar imágenes aleatorias de gatos.","archived":false,"fork":false,"pushed_at":"2024-11-17T11:46:13.000Z","size":1835,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T04:47:44.147Z","etag":null,"topics":["api","gson","java","thecatapi"],"latest_commit_sha":null,"homepage":"","language":"Java","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/dvchinx.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}},"created_at":"2024-09-13T19:55:07.000Z","updated_at":"2024-11-17T11:46:17.000Z","dependencies_parsed_at":"2024-09-14T10:51:43.442Z","dependency_job_id":"b7806c5c-18e7-4371-bcc4-8034ad92ec27","html_url":"https://github.com/dvchinx/CatGen-Api","commit_stats":null,"previous_names":["dvchinx/catgen-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvchinx%2FCatGen-Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvchinx%2FCatGen-Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvchinx%2FCatGen-Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvchinx%2FCatGen-Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvchinx","download_url":"https://codeload.github.com/dvchinx/CatGen-Api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240170070,"owners_count":19759140,"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":["api","gson","java","thecatapi"],"created_at":"2024-11-09T04:32:59.295Z","updated_at":"2026-06-01T08:30:17.398Z","avatar_url":"https://github.com/dvchinx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐱 CatGen-Api  \n\n**¡Una aplicación en Java para los amantes de los gatos!**  \n\nCatGen-Api permite conectarse a **TheCatAPI** y muestra una imagen aleatoria de un gato en un `JFrame`. \u003c/br\u003e\nEl título del `JFrame` corresponde al código único de la imagen obtenida desde la API.  \n\n\u003cimg src=\"https://github.com/dvchinx/CatGen-Api/blob/main/imgs/3.png\" alt=\"ScreenShot\" width=\"250\"\u003e \u003cimg src=\"https://github.com/dvchinx/CatGen-Api/blob/main/imgs/2.png\" alt=\"ScreenShot\" width=\"250\"\u003e \u003cimg src=\"https://github.com/dvchinx/CatGen-Api/blob/main/imgs/1.png\" alt=\"ScreenShot\" width=\"250\"\u003e\n\n---\n\n## 🚀 Características  \n- **Conexión con TheCatAPI**: Recupera imágenes aleatorias de gatos con una sencilla integración.  \n- **Interfaz Swing**: Muestra las imágenes directamente en un `JFrame`.  \n- **Título descriptivo**: El `JFrame` muestra el código único de la imagen obtenida desde la API.  \n- **Librerías modernas**: Utiliza `javax.swing`, `google.gson` y `squareup.okhttp` para una implementación robusta.  \n\n---\n\n## 🛠️ Tecnologías utilizadas  \n- **Java 11+**  \n- **Google Gson** para manejar respuestas JSON.  \n- **Square OkHttp** para realizar solicitudes HTTP.  \n- **Javax.swing** para la interfaz gráfica.  \n\n---\n\n## 📋 Requisitos previos  \n1. Tener instalada la **JDK 11 o superior**.  \n2. Clonar este repositorio:  \n   ```bash\n   git clone https://github.com/dvchinx/CatGen-Api.git\n   cd CatGen-Api\n\n## ⚙️ Dependencias\nSi estás usando Maven, agrega las siguientes dependencias al archivo pom.xml:\n\n  ```\n  \u003cdependencies\u003e\n\n        \u003c!-- Gson para parsear JSON --\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.google.code.gson\u003c/groupId\u003e\n        \u003cartifactId\u003egson\u003c/artifactId\u003e\n        \u003cversion\u003e2.8.9\u003c/version\u003e\n    \u003c/dependency\u003e\n        \n        \u003c!-- OkHttp para realizar solicitudes HTTP --\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.squareup.okhttp3\u003c/groupId\u003e\n        \u003cartifactId\u003eokhttp\u003c/artifactId\u003e\n        \u003cversion\u003e4.10.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\n  \u003c/dependencies\u003e\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvchinx%2Fcatgen-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvchinx%2Fcatgen-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvchinx%2Fcatgen-api/lists"}