{"id":18395365,"url":"https://github.com/zsobral/gatsby-source-pokedex","last_synced_at":"2026-04-28T01:32:09.455Z","repository":{"id":35033901,"uuid":"186095588","full_name":"zsobral/gatsby-source-pokedex","owner":"zsobral","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-03T21:45:35.000Z","size":22622,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-30T06:31:40.942Z","etag":null,"topics":["gatsby","gatsby-plugin","gatsby-source","pokemon"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zsobral.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}},"created_at":"2019-05-11T06:17:13.000Z","updated_at":"2020-03-16T12:50:24.000Z","dependencies_parsed_at":"2023-01-15T12:31:09.832Z","dependency_job_id":null,"html_url":"https://github.com/zsobral/gatsby-source-pokedex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zsobral/gatsby-source-pokedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsobral%2Fgatsby-source-pokedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsobral%2Fgatsby-source-pokedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsobral%2Fgatsby-source-pokedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsobral%2Fgatsby-source-pokedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zsobral","download_url":"https://codeload.github.com/zsobral/gatsby-source-pokedex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsobral%2Fgatsby-source-pokedex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["gatsby","gatsby-plugin","gatsby-source","pokemon"],"created_at":"2024-11-06T02:10:40.234Z","updated_at":"2026-04-28T01:32:09.440Z","avatar_url":"https://github.com/zsobral.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-source-pokedex\n\nFirst gen pokedex source plugin\n\n## Install\n\n`npm i --save gatsby-source-pokedex`\n\n## How to use\n \n```js\n// gatsby-config.js\n\nmodule.exports = {\n  plugins: [\n    `gatsby-source-pokedex`\n  ]\n}\n```\n\n```graphql\nquery {\n  allPokemon {\n    nodes {\n      number\n      name\n      type\n      base {\n        HP\n        Attack\n        Defense\n        Sp__Attack\n        Sp__Defense\n        Speed\n      }\n      image {\n        childImageSharp {\n          fixed(width: 125, height: 125, quality: 100) {\n            ...GatsbyImageSharpFixed_withWebp\n          }\n        }\n      }\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsobral%2Fgatsby-source-pokedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsobral%2Fgatsby-source-pokedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsobral%2Fgatsby-source-pokedex/lists"}