{"id":20691897,"url":"https://github.com/adhir2099/pokeapi-ajax-nojquery","last_synced_at":"2026-05-05T10:32:26.764Z","repository":{"id":206082130,"uuid":"646669096","full_name":"adhir2099/pokeapi-ajax-nojquery","owner":"adhir2099","description":"Search Pokémon by pokédex entry with ajax no JQuery needed. Just put a number between 1 and 1025 and you'll get the Pokémon.","archived":false,"fork":false,"pushed_at":"2024-08-03T19:50:47.000Z","size":178,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T17:25:26.963Z","etag":null,"topics":["ajax","bootstrap5","css3","javascript","nojquery","pokeapi","pokemon"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/adhir2099.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":"2023-05-29T04:26:30.000Z","updated_at":"2024-08-27T17:44:21.000Z","dependencies_parsed_at":"2023-11-08T06:02:17.506Z","dependency_job_id":"1daa3208-f23b-4c23-b89e-e93c3635587f","html_url":"https://github.com/adhir2099/pokeapi-ajax-nojquery","commit_stats":null,"previous_names":["adhir2099/pokeapi-ajax-nojquery"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhir2099%2Fpokeapi-ajax-nojquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhir2099%2Fpokeapi-ajax-nojquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhir2099%2Fpokeapi-ajax-nojquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhir2099%2Fpokeapi-ajax-nojquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adhir2099","download_url":"https://codeload.github.com/adhir2099/pokeapi-ajax-nojquery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242955690,"owners_count":20212388,"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":["ajax","bootstrap5","css3","javascript","nojquery","pokeapi","pokemon"],"created_at":"2024-11-16T23:18:24.260Z","updated_at":"2026-05-05T10:32:26.759Z","avatar_url":"https://github.com/adhir2099.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Responsive](https://img.shields.io/badge/Responsive-Yes-ff69b4)\n![Bootstrap](https://img.shields.io/badge/bootstrap-5.2.3-black)\n![Ajax](https://img.shields.io/badge/ajax-yellow)\n\n# Search Pokémon\nSearch Pokémon by Pokédex entry with ajax no JQuery needed. Just put a number between 1 and 1025 and you'll get the Pokémon.\n\n## Demo URL\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://adhir2099.github.io/pokeapi-ajax-nojquery/\"\u003e\n    \u003cb\u003eVisit demo here\u003c/b\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# API\nFor this we're using \u003ca href=\"https://pokeapi.co\"\u003ePokéapi\u003c/a\u003e for fetching the Pokémons\n\n# Optional config parameters\nIn the if/else condition, you can customize your error alert.\n\n```javascript\nelse {\n    alert('There was an error with the request')\n}\n```\n\nOr using sweetalert.\n\n```javascript\nelse {\n    Swal.fire(\"Your message here\",\"\",\"type of alert\");\n}\n```\n## Libraries included\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://skillicons.dev\"\u003e\n    \u003cimg src=\"https://skillicons.dev/icons?i=js,bootstrap,css\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp\u003eBootstrap v5.2.3\u003c/p\u003e\n\u003cp\u003eSweetalert2\u003c/p\u003e\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b your-branch`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin your-branch`\n5. Submit a PR\n6. Support \u003ca href=\"https://pokeapi.co\"\u003e\u003cb\u003ePokéapi\u003c/b\u003e\u003c/a\u003e❤️\n\n\u003ch3 align=\"left\"\u003eGet in touch with me:\u003c/h3\u003e\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/adhir-serrano/\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"adhir2099\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"right\" \u003e Created with ❤️ by \u003ca href=\"https://github.com/adhir2099\"\u003eAdhir2099\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhir2099%2Fpokeapi-ajax-nojquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadhir2099%2Fpokeapi-ajax-nojquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhir2099%2Fpokeapi-ajax-nojquery/lists"}