{"id":23605879,"url":"https://github.com/fablecode/card-blitz","last_synced_at":"2025-11-05T12:30:29.323Z","repository":{"id":255574555,"uuid":"851644838","full_name":"fablecode/card-blitz","owner":"fablecode","description":"\"Card Blitz is a NuGet package offering easy access to Yu-Gi-Oh! card data from multiple sources. Designed for duelists and developers, it provides detailed, real-time information on Yu-Gi-Oh! cards, helping you build deck management tools, card search features, and more with minimal effort.\"","archived":false,"fork":false,"pushed_at":"2024-09-15T13:10:18.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T13:13:31.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/fablecode.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":"2024-09-03T13:23:17.000Z","updated_at":"2024-09-15T12:46:25.000Z","dependencies_parsed_at":"2024-09-17T22:48:06.065Z","dependency_job_id":null,"html_url":"https://github.com/fablecode/card-blitz","commit_stats":null,"previous_names":["fablecode/card-blitz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fcard-blitz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fcard-blitz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fcard-blitz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fcard-blitz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fablecode","download_url":"https://codeload.github.com/fablecode/card-blitz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239458917,"owners_count":19642099,"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-12-27T13:13:36.239Z","updated_at":"2025-11-05T12:30:29.278Z","avatar_url":"https://github.com/fablecode.png","language":"C#","readme":"[![NuGet](https://img.shields.io/nuget/v/CardBlitz)](https://www.nuget.org/packages/CardBlitz)\n[![License](https://img.shields.io/github/license/fablecode/card-blitz)](LICENSE)\n[![Build Status](https://dev.azure.com/fablecode/Yugioh/_apis/build/status%2Ffablecode.card-blitz?branchName=main)](https://dev.azure.com/fablecode/Yugioh/_build/latest?definitionId=22\u0026branchName=main)\n\n# 🎴 Card Blitz\n\n**Card Blitz** is a powerful NuGet package designed to simplify access to **Yu-Gi-Oh! card data** from multiple sources. Whether you’re developing a dueling app, a card management tool, or a fan site, Card Blitz is your go-to solution for fast and accurate card information.\n\n---\n\n## 🚀 Features\n\n- 🔄 Real-time card data from multiple sources.\n- 🃏 Access to detailed Yu-Gi-Oh! card information, including names, types, attributes, and more.\n- 💡 Easy to integrate with your .NET applications.\n- 🔍 Perfect for building card search tools, deck management apps, and more.\n\n---\n\n## 📦 Installation\n\nInstall via NuGet Package Manager:\n\n```bash\nInstall-Package CardBlitz\n```\n\n## 🛠️ Usage\nHere's how to start using Card Blitz to fetch card data:\n1. Initialize the service\n```csharp\nusing CardBlitz;\n\nvar cardService = new YugiohCardService(new List\u003cICardDataSource\u003e\n{\n    new DataSourceA(), // Replace with actual data sources\n    new DataSourceB()\n});\n```\n2. Fetch card data by card number\n```csharp\nvar cardData = cardService.GetCardData(\"12345\");\nConsole.WriteLine($\"Card Name: {cardData.Name}\");\n```\n## 💻 Contributing\nWe welcome contributions! To contribute:\n\nFork the repository.\n- Create a feature branch (`git checkout -b feature-name`).\n- Commit your changes (`git commit -am 'Add new feature'`).\n- Push to the branch (`git push origin feature-name`).\n- Create a new Pull Request.\n\n## 📄 License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## 👥 Community \u0026 Support\nFor questions or support, feel free to:\n- Open an issue\n- Join our discussions\n\nMade with ❤️ by fablecode\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffablecode%2Fcard-blitz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffablecode%2Fcard-blitz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffablecode%2Fcard-blitz/lists"}