{"id":26275509,"url":"https://github.com/matigaleanodev/marvel-supereoes","last_synced_at":"2026-04-13T09:31:14.444Z","repository":{"id":278965261,"uuid":"937203545","full_name":"matigaleanodev/marvel-supereoes","owner":"matigaleanodev","description":"Aplicación que consume la API de Marvel y permite visualizar una lista de superhéroes y los detalles de cada uno.","archived":false,"fork":false,"pushed_at":"2026-01-14T10:59:08.000Z","size":407,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T14:33:52.983Z","etag":null,"topics":["angular","capacitor","espanol-ingles","ionic","marvel","marvel-api","typescript"],"latest_commit_sha":null,"homepage":"https://marvel-superheroes-65483.web.app","language":"TypeScript","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/matigaleanodev.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-02-22T15:28:30.000Z","updated_at":"2026-01-14T10:59:11.000Z","dependencies_parsed_at":"2025-12-29T12:06:38.864Z","dependency_job_id":null,"html_url":"https://github.com/matigaleanodev/marvel-supereoes","commit_stats":null,"previous_names":["matigaleanodev/marvel-supereoes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matigaleanodev/marvel-supereoes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-supereoes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-supereoes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-supereoes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-supereoes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matigaleanodev","download_url":"https://codeload.github.com/matigaleanodev/marvel-supereoes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-supereoes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["angular","capacitor","espanol-ingles","ionic","marvel","marvel-api","typescript"],"created_at":"2025-03-14T10:16:31.829Z","updated_at":"2026-04-13T09:31:14.439Z","avatar_url":"https://github.com/matigaleanodev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marvel Superheroes App\n\nAplicación que consume la API de Marvel y permite visualizar una lista de superhéroes y los detalles de cada uno.\n\n## Requisitos\n\nAntes de comenzar, se debe tener instalados los siguientes programas y se debe contar con una API Key de Marvel:\n\n[![Node.js](https://img.shields.io/badge/Node.js-v22.14.0-brightgreen)](https://nodejs.org/)\n[![Ionic CLI](https://img.shields.io/badge/Ionic%20CLI-v7.2.0-blue)](https://ionicframework.com/docs/cli)\n[![Angular CLI](https://img.shields.io/badge/Angular%20CLI-v19.1.8-d5002b)](https://angular.dev/installation)\n[![Android Studio](https://img.shields.io/badge/Android%20Studio-2024.2.2-blueviolet)](https://developer.android.com/studio)\n[![Git](https://img.shields.io/badge/Git-v2.48.1-f15a29)](https://git-scm.com/)\n[![APIKEY MARVEL](https://img.shields.io/badge/APIKEY%20MARVEL-Obtenla%20aqui-orange)](https://developer.marvel.com/account)\n\n## Instalación\n\n1. Clonar el repositorio en tu máquina local:\n\n   ```bash\n   git clone https://github.com/matigaleanodev/marvel-supereoes\n   cd marvel-supereoes\n   ```\n\n2. Instalar las dependencias del proyecto:\n\n   ```bash\n   npm install\n   ```\n\n3. Configurar las variables de entorno. Abrir los siguientes archivos y agrega las propiedades con las keys correspondientes:\n\n   - **src/environments/environment.ts y/o src/environments/environment.prod.ts**:\n\n     ```typescript\n     export const environment = {\n       production: true,\n       MARVEL_PUBLIC_KEY: \"AQUI VA LA KEY PUBLICA DE MARVEL\",\n       MARVEL_PRIVATE_KEY: \"AQUI VA LA KEY PRIVADA DE MARVEL\",\n       MARVEL_API: \"https://gateway.marvel.com/v1/public\",\n     };\n     ```\n\n4. Ejecutar la app en entorno local:\n\n   ```bash\n   ionic serve\n   ```\n\n## Despliegue en Android Studio\n\nPara ejecutar la app en un dispositivo Android, sigue estos pasos:\n\n1. Abrir el proyecto con Android Studio:\n\n   ```bash\n   ionic build\n   ionic cap copy android\n   ionic cap open android\n   ```\n\n2. En Android Studio, espera a que se sincronicen todos los archivos del proyecto. Una vez sincronizado, selecciona un dispositivo o un emulador y haz clic en **Run** (el botón verde).\n\n## Funcionalidad\n\n- **Pantalla de Listado**: Muestra el nombre y la miniatura de los superhéroes de Marvel.\n- **Pantalla de Detalle**: Muestra información detallada de cada superhéroe, incluyendo su nombre, imagen, cantidad de cómics, series y historias.\n\n## Soporte de Idiomas\n\nLa app está disponible en **inglés** y **español** tomando el idioma del dispositivo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatigaleanodev%2Fmarvel-supereoes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatigaleanodev%2Fmarvel-supereoes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatigaleanodev%2Fmarvel-supereoes/lists"}