{"id":20454165,"url":"https://github.com/gaprogman/pokeblazor","last_synced_at":"2025-08-25T19:08:32.490Z","repository":{"id":145863395,"uuid":"127581338","full_name":"GaProgMan/PokeBlazor","owner":"GaProgMan","description":"A Blazor app for requesting data from the Pokemon API","archived":false,"fork":false,"pushed_at":"2019-07-19T19:44:16.000Z","size":613,"stargazers_count":8,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-15T23:19:02.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pokeblazor.azurewebsites.net/","language":"HTML","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/GaProgMan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-01T00:07:02.000Z","updated_at":"2021-12-13T03:32:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"38d581f4-d682-47dc-a361-032defc13858","html_url":"https://github.com/GaProgMan/PokeBlazor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaProgMan%2FPokeBlazor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaProgMan%2FPokeBlazor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaProgMan%2FPokeBlazor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaProgMan%2FPokeBlazor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GaProgMan","download_url":"https://codeload.github.com/GaProgMan/PokeBlazor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005817,"owners_count":20056434,"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":[],"created_at":"2024-11-15T11:15:11.354Z","updated_at":"2025-03-05T10:15:03.957Z","avatar_url":"https://github.com/GaProgMan.png","language":"HTML","funding_links":["https://www.buymeacoffee.com/dotnetcoreshow"],"categories":[],"sub_categories":[],"readme":"# PokeBlazor\n\nA simple example of how Blazor can be used to build single page applications against a known API - in this case the Pokemon API\n\n## Licence Used\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nSee the contents of the LICENSE file for details.\n\n## Support This Project\n\nIf you have found this project helpful, either as a library that you use or as a learning tool, please consider buying me a coffee:\n\n\u003ca href=\"https://www.buymeacoffee.com/dotnetcoreshow\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important\" \u003e\u003c/a\u003e\n\n## Pull Requests\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\nPull requests are welcome, but please take a moment to read the Code of Conduct before submitting them or commenting on any work in this repo.\n\n## Docker Image\n\nPokeBlazor is now available on docker hub at [gaprogman/pokeblazor](https://hub.docker.com/r/gaprogman/pokeblazor/). To pull the latest version of the image, run the following command:\n\n```\ndocker pull gaprogman/pokeblazor\n```\n\n(the above assumes that you have docker installed and set up on your machine)\n\nTo run the image, issue the following command:\n\n```\ndocker run -d -p 8080:5000 --name pokeblazor gaprogman/pokeblazor\n```\n\nThe above command will:\n\n- Start a new container called `pokeblazor`\n- Run the `gaprogman/pokeblazor` image within it\n- Detach the terminal from the new container\n- Use port 8080 on the host and port 5000 on the container\n\n## Requirements\n\nThe following software needs to be installed:\n\n- [.NET Core SDK 2.1 or greater](https://dot.net/core)\n- [Visual Studio 15.7 or greater](https://www.visualstudio.com/vs/preview)\n\n## Building and Running the Project\n\nIf the sln file is opened with Visual Studio 15.7 or greater, then hitting Ctrl+F5 (or just F5) will start PokeBlazor.Server, which will start the application.\n\nIf running from the command line, you will need to cd into the PokeBlazor.Server directory and run:\n\n``` shell\ndotnet run\n```\n\n## Publishing\n\nA Dockerfile has been provided, so you can publish and run a container like so. The example below is accessible on http://localhost:8080\n\n``` shell\ndocker build -t pokeblazor .\ndocker run -p 8080:80 pokeblazor\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaprogman%2Fpokeblazor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaprogman%2Fpokeblazor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaprogman%2Fpokeblazor/lists"}