{"id":28929423,"url":"https://github.com/bocaletto-luca/steak-stats-svg-generator","last_synced_at":"2025-09-02T01:37:58.175Z","repository":{"id":300397570,"uuid":"1006074108","full_name":"bocaletto-luca/Steak-Stats-SVG-Generator","owner":"bocaletto-luca","description":"Streak Stats SVG Generator is a web tool that creates custom GitHub streak SVGs. Enter your GitHub username to generate a personalized SVG showcasing your activity. Built with HTML, CSS, and JavaScript, it fetches data via the GitHub API. Open-source and easy to use, it provides a quick way to visualize your GitHub streak. By Bocaletto Luca","archived":false,"fork":false,"pushed_at":"2025-07-19T12:11:04.000Z","size":77,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T16:53:31.352Z","etag":null,"topics":["bocaletto-luca","bug-fix-steak","bug-fix-steak-stats","css3","generator","github","github-stats","gplv3","html-css-javascript","html5","javscript","online","opensource","responsive","stats","streak","streak-stats","svg","webapp"],"latest_commit_sha":null,"homepage":"https://bocaletto-luca.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocaletto-luca.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,"zenodo":null}},"created_at":"2025-06-21T12:39:18.000Z","updated_at":"2025-07-19T12:11:07.000Z","dependencies_parsed_at":"2025-06-21T13:39:19.757Z","dependency_job_id":"9465ffe5-3344-4995-a83a-53d33ad0e1e0","html_url":"https://github.com/bocaletto-luca/Steak-Stats-SVG-Generator","commit_stats":null,"previous_names":["bocaletto-luca/steak-stats-svg-generator"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bocaletto-luca/Steak-Stats-SVG-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FSteak-Stats-SVG-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FSteak-Stats-SVG-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FSteak-Stats-SVG-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FSteak-Stats-SVG-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocaletto-luca","download_url":"https://codeload.github.com/bocaletto-luca/Steak-Stats-SVG-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FSteak-Stats-SVG-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273218417,"owners_count":25065913,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bocaletto-luca","bug-fix-steak","bug-fix-steak-stats","css3","generator","github","github-stats","gplv3","html-css-javascript","html5","javscript","online","opensource","responsive","stats","streak","streak-stats","svg","webapp"],"created_at":"2025-06-22T14:16:42.102Z","updated_at":"2025-09-02T01:37:58.166Z","avatar_url":"https://github.com/bocaletto-luca.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streak Stats SVG Generator for Github\n#### Author: Bocaletto Luca\n\nA simple, client-side web application that generates a custom GitHub streak SVG based on a user-provided username. No API calls, tokens, or installations are required. Just enter your GitHub username and download a ready-to-use SVG to showcase your GitHub streak.\n\n[![Test Online](https://img.shields.io/badge/Test%20Online-Click%20Here-blue)](https://bocaletto-luca.github.io/Steak-Stats-SVG-Generator/)\n\nin github server no work for limitation github, install in your server\n\nPlease Try in you server Web.\n\n## Features\n\n- **Client-Side Generation:** All processing is done in the browser using simple HTML, CSS, and JavaScript.\n- **Customizable Template:** Instantly generates an SVG with your GitHub username embedded in the design.\n- **Downloadable Output:** Easily download the generated SVG file for inclusion in your GitHub profile or any project.\n- **No External Dependencies:** No need for tokens, API integrations, or backend setups.\n\n## Demo\n\nOpen the application by visiting the [GitHub Pages live demo](https://\u003cyour-github-username\u003e.github.io/steak-stats-svg-generator/) (replace with your actual GitHub Pages URL) or simply run the `index.html` file locally.\n\n## Usage\n\n1. Open `index.html` in a modern web browser.\n2. Enter your GitHub username in the input field provided.\n3. Click the **Generate SVG** button to preview your custom SVG.\n4. Click the **Download SVG** button to save the file as `steak-stats.svg` on your computer.\n5. Embed the SVG in your README by using the following Markdown code:\n\n   ```markdown\n   ![GitHub Streak](./steak-stats.svg)\n   ```\n\n## Installation\n\nNo installation is needed. To get started locally, clone the repository and open the `index.html` file in your preferred web browser:\n\n```bash\ngit clone https://github.com/\u003cyour-username\u003e/steak-stats-svg-generator.git\n```\n\n## File Structure\n\n```\nsteak-stats-svg-generator/\n├── index.html       # Main web page with the SVG generator application.\n├── README.md        # Project documentation.\n└── assets/          # (Optional) Folder for any additional assets.\n```\n\n## Contributing\n\nContributions are welcome! If you have suggestions, improvements, or bug fixes, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the GPL License. See the [LICENSE](LICENSE) file for details.\n\n## Author\n\n**bocaletto-luca**  \nGitHub: [bocaletto-luca](https://github.com/bocaletto-luca)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fsteak-stats-svg-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocaletto-luca%2Fsteak-stats-svg-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fsteak-stats-svg-generator/lists"}