{"id":26191011,"url":"https://github.com/diggosilva/pokemon","last_synced_at":"2026-05-24T13:32:57.129Z","repository":{"id":234019734,"uuid":"788177392","full_name":"diggosilva/Pokemon","owner":"diggosilva","description":"Application written in Swift that brings a list of pokemons, consuming data from the PokeAPI api.","archived":false,"fork":false,"pushed_at":"2025-02-14T11:25:07.000Z","size":380,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T02:32:08.092Z","etag":null,"topics":["cocoapods","swift","uikit","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/diggosilva.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":"2024-04-17T23:26:59.000Z","updated_at":"2025-02-14T11:24:41.000Z","dependencies_parsed_at":"2024-12-03T14:22:13.823Z","dependency_job_id":"b5aa2ffa-fc4d-4e90-a7a4-f21c9ab83065","html_url":"https://github.com/diggosilva/Pokemon","commit_stats":null,"previous_names":["diggosilva/pokemon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diggosilva/Pokemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FPokemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FPokemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FPokemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FPokemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diggosilva","download_url":"https://codeload.github.com/diggosilva/Pokemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diggosilva%2FPokemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33436554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"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":["cocoapods","swift","uikit","xcode"],"created_at":"2025-03-12T00:59:07.481Z","updated_at":"2026-05-24T13:32:57.107Z","avatar_url":"https://github.com/diggosilva.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pokemon\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Swift-5.9.1-orange.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Xcode-15.2.X-orange.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/platforms-iOS-brightgreen.svg?style=flat\" alt=\"iOS\" /\u003e\n    \u003ca href=\"https://www.linkedin.com/in/rodrigo-silva-6a53ba300/\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/LinkedIn-@RodrigoSilva-blue.svg?style=flat\" alt=\"LinkedIn: @RodrigoSilva\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nA iOS application written in Swift, that brings a list of pokemons, consuming data from the PokeAPI api. You can search by pokemon name, and by clicking on a pokemon you get its details.\n\n| Feed | Light | Dark |\n| --- | --- | --- |\n| ![Feed](https://github.com/user-attachments/assets/7f0f4983-5882-4287-982b-0b062bddb165) | ![Light](https://github.com/user-attachments/assets/6cb606ba-086b-4f48-a595-a83794016611) | ![Dark](https://github.com/user-attachments/assets/869e58e6-09a7-4dcc-9c16-7d0d57ba9866) |\n\n## Contents\n\n- [Requirements](#requirements)\n- [Functionalities](#functionalities)\n- [Setup](#setup)\n- [Credits](#credits)\n\n## Features\n\n- Authentication with Firebase (Signup, Login and Logout)\n- Dark Mode\n- Modern Table View\n- MVVM\n- View Code (UIKit)\n- Custom elements\n- Pagination\n\n## Requirements\n\n- iOS 17.0 or later\n- Xcode 15.0 or later\n- Swift 5.0 or later\n\n## Functionalities\n- [x] List of pokemons\n- [x] Details by pokemon\n- [x] Search bar to filter pokemons\n\n## Setup\n\nFirst of all download and install Xcode, Cocoapods and then clone the repository:\n\n```sh\n$ git@github.com:diggosilva/Pokemon.git\n```\n\nAfter cloning, do the following:\n\n```sh\n$ cd \u003cdiretorio-base\u003e/Pokemon/\n$ open Pokemon.xcworkspace/\n```\n\n## Built With\n\n* [SDWebImage](https://github.com/SDWebImage/SDWebImage) - Asynchronous image downloader with cache support as a UIImageView category\n\n## Credits\n\n- Diggo Silva\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiggosilva%2Fpokemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiggosilva%2Fpokemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiggosilva%2Fpokemon/lists"}