{"id":24120939,"url":"https://github.com/blazingapple/blog","last_synced_at":"2026-05-13T15:37:06.935Z","repository":{"id":117888563,"uuid":"324802818","full_name":"BlazingApple/Blog","owner":"BlazingApple","description":"A Blazor WASM Wordpress Razor Side Library that simplifies access to WordPress's JSON APIs","archived":false,"fork":false,"pushed_at":"2023-02-27T15:44:54.000Z","size":15406,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-07T01:15:02.498Z","etag":null,"topics":["blazor","blog","webassembly","wordpress","wordpress-api","wordpress-client"],"latest_commit_sha":null,"homepage":"","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/BlazingApple.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":"2020-12-27T16:31:29.000Z","updated_at":"2025-08-25T16:56:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d018b35-c625-433d-a5e8-ff1d965398cd","html_url":"https://github.com/BlazingApple/Blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlazingApple/Blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazingApple%2FBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazingApple%2FBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazingApple%2FBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazingApple%2FBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlazingApple","download_url":"https://codeload.github.com/BlazingApple/Blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazingApple%2FBlog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32989395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":["blazor","blog","webassembly","wordpress","wordpress-api","wordpress-client"],"created_at":"2025-01-11T10:49:39.587Z","updated_at":"2026-05-13T15:37:06.898Z","avatar_url":"https://github.com/BlazingApple.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlazingApple.Blog :apple:\n\n:fire:  A totally copacetic, easy-to-use front-end Blazor WordPress Rendering Blog package.\nThis front-end Razor Class Library is intended to be used by Blazor WASM projects, and targets .NET 5. It easily allows you to render your WordPress Blogs.\n\n## About BlazingApples\nBlazingApples is an open-source set of packages that aims to speed application development for Blazor WebAssembly organizations.\n\n:zap: Check out the [demo site here](https://blazorsimplesurvey.azurewebsites.net/displaysurvey), [or this blog post on how the components work](https://blazorhelpwebsite.com/ViewBlogPost/44)!\n\n:clap: Special thanks to [wp-Net](https://github.com/wp-net) for creating the [WordPressPCL](https://github.com/wp-net/WordPressPCL) API service on which this library primarily consumes.\n\n# Demo :video_camera:\n  \u003cimg alt=\"Demo of BlazingApple.Survey\" src=\"https://github.com/BlazingApple/Blog/blob/main/README/BlogDemo.gif?raw=true\" style=\"max-width:1000px;\"\u003e\n\n# Installation :wrench:\n\n## 1. Get the required dependencies.\n\n1. On Client Project, right click and get to the NuGet Package Manager (\"Manage NuGetPackages\").\n2. Install `WordPressPCL`. This provides the client service to request data from your site.\n3. Add the following to `Program.cs's Main`:\n```\n\t\t\tbuilder.Services.AddScoped(pcl =\u003e new WordPressClient(\"https://old.taylorchasewhite.com/wp-json/\"));\n```\n4. Install `BlazingApple.Blog`. This provides the client components to render the requested data.\n\u003cimg alt=\"Blog Administration\" src=\"https://github.com/BlazingApple/Survey/blob/main/README/InstallBlazingApplePackage.png?raw=true\" style=\"max-width:1000px;\"\u003e\n\n\nNow you should be all set to use the components!\n\n# Usage :muscle:\n\nOnce the setup is complete, using the components is straightforward:\n\n1. In a component, inject the WordPressPCL client, `@inject WordPressPCL.WordPressClient client`.\n2. Add the `\u003cBlog Client=\"client\"\u003e\u003c/Blog\u003e` component to render all the posts in your blog.\n\n\n## Credits :white_flower:\n\n- Build with love :blue_heart:, using [WordPressPCL](https://github.com/wp-net/WordPressPCL).\n\n## Authors :pencil:\n\n1. [Taylor White](https://twitter.com/taychasewhite)\n\n## License :scroll:\n\n![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)\n\n- **[GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)**\n\n## Blog Home :camera:\n\u003cimg alt=\"Survey Administration\" src=\"https://github.com/BlazingApple/Blog/blob/main/README/2020-12-28%20Blog%20Home.png?raw=true\" style=\"max-width:1000px;\"\u003e\n\n## Categories (Pages Looks Similar) :camera:\n\u003cimg alt=\"Taking a Survey\" src=\"https://github.com/BlazingApple/Blog/blob/main/README/2020-12-28%20Categories.png?raw=true\" style=\"max-width:1000px;\"\u003e\n\n## Posts For a Category :camera:\n\u003cimg alt=\"Survey Responses\" src=\"https://github.com/BlazingApple/Blog/blob/main/README/2020-12-28%20Individual%20Category.png?raw=true\" style=\"max-width:1000px;\"\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazingapple%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblazingapple%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazingapple%2Fblog/lists"}