{"id":25878219,"url":"https://github.com/matigaleanodev/marvel-superheroes-api","last_synced_at":"2026-04-17T04:04:21.380Z","repository":{"id":279272630,"uuid":"938262342","full_name":"matigaleanodev/marvel-superheroes-api","owner":"matigaleanodev","description":"Api para obtener lista de personajes consumiendo la api de Marvel","archived":false,"fork":false,"pushed_at":"2025-08-23T15:55:38.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T06:02:18.630Z","etag":null,"topics":["axios-nestjs","marvel-api","nestjs","swagger"],"latest_commit_sha":null,"homepage":"https://marvel-superheroes-api.onrender.com/api","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}},"created_at":"2025-02-24T17:14:09.000Z","updated_at":"2025-08-23T15:55:42.000Z","dependencies_parsed_at":"2025-05-31T17:25:29.799Z","dependency_job_id":"93abf8ef-6841-42e0-9179-6e28729eaa67","html_url":"https://github.com/matigaleanodev/marvel-superheroes-api","commit_stats":null,"previous_names":["matigaleanodev/marvel-superheroes-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matigaleanodev/marvel-superheroes-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-superheroes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-superheroes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-superheroes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-superheroes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matigaleanodev","download_url":"https://codeload.github.com/matigaleanodev/marvel-superheroes-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matigaleanodev%2Fmarvel-superheroes-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31914462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["axios-nestjs","marvel-api","nestjs","swagger"],"created_at":"2025-03-02T12:22:59.483Z","updated_at":"2026-04-17T04:04:21.357Z","avatar_url":"https://github.com/matigaleanodev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marvel Superheroes API\n\nAPI que sirve como intermediario entre la aplicación y la API de Marvel, proporcionando acceso a una lista de superhéroes y los detalles de cada uno.\n\n## Requisitos\n\nAntes de comenzar, asegúrate de tener instalados los siguientes programas y configurados las claves de la API de Marvel:\n\n[![Node.js](https://img.shields.io/badge/Node.js-v22.14.0-brightgreen)](https://nodejs.org/)\n[![NestJS](https://img.shields.io/badge/NestJS-v11.0.0-E0234E)](https://nestjs.com/)\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. Clona el repositorio en tu máquina local:\n\n   ```bash\n   git clone https://github.com/matigaleanodev/marvel-superheroes-api\n   cd marvel-superheroes-api\n   ```\n\n2. Instala las dependencias del proyecto:\n\n   ```bash\n   npm install\n   ```\n\n3. Configura las variables de entorno. Abre el archivo `.env` y agrega las claves correspondientes:\n\n   ```bash\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\n4. Ejecuta la API en tu entorno local:\n\n   ```bash\n   npm run start\n   ```\n\n   La API estará disponible en `http://localhost:3000/api`.\n\n## Endpoints\n\n### `GET /api/characters`\n\nObtiene la lista de héroes de Marvel.\n\n**Parámetros:**\n\n- `limit` (opcional): Limita el número de héroes a mostrar.\n\n## Funcionalidad\n\n- **Listar héroes:** Permite obtener una lista de superhéroes de Marvel, filtrada por el parámetro `limit`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatigaleanodev%2Fmarvel-superheroes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatigaleanodev%2Fmarvel-superheroes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatigaleanodev%2Fmarvel-superheroes-api/lists"}