{"id":31104824,"url":"https://github.com/lonewolfyx/github-profile-visualized","last_synced_at":"2025-10-03T23:09:04.818Z","repository":{"id":302792927,"uuid":"1013636254","full_name":"lonewolfyx/github-profile-visualized","owner":"lonewolfyx","description":"🫣 Elegant GitHub Profile Visualization, Gain insights into your contributions, expertise, and community engagement with intuitive visualizations.","archived":false,"fork":false,"pushed_at":"2025-09-10T13:53:41.000Z","size":92,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-17T03:53:31.884Z","etag":null,"topics":["contributions","elegant","github","github-profile","github-profile-visualized","nuxtjs","profile","visualization"],"latest_commit_sha":null,"homepage":"https://github-profile-visualized.vercel.app","language":"Vue","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/lonewolfyx.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-07-04T08:12:32.000Z","updated_at":"2025-09-10T13:53:45.000Z","dependencies_parsed_at":"2025-07-04T09:29:37.439Z","dependency_job_id":"a89b126a-8e1d-43e0-8901-03c9dc143d61","html_url":"https://github.com/lonewolfyx/github-profile-visualized","commit_stats":null,"previous_names":["lonewolfyx/github-profile-visualized"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lonewolfyx/github-profile-visualized","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonewolfyx%2Fgithub-profile-visualized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonewolfyx%2Fgithub-profile-visualized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonewolfyx%2Fgithub-profile-visualized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonewolfyx%2Fgithub-profile-visualized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lonewolfyx","download_url":"https://codeload.github.com/lonewolfyx/github-profile-visualized/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonewolfyx%2Fgithub-profile-visualized/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278239986,"owners_count":25954098,"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-10-03T02:00:06.070Z","response_time":53,"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":["contributions","elegant","github","github-profile","github-profile-visualized","nuxtjs","profile","visualization"],"created_at":"2025-09-17T03:53:28.009Z","updated_at":"2025-10-03T23:09:04.799Z","avatar_url":"https://github.com/lonewolfyx.png","language":"Vue","readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch2\u003eGitHub Profile Visualize\u003c/h2\u003e\n\u003c/div\u003e\n\nA modern and interactive web application that transforms your GitHub profile data into beautiful, insightful\nvisualizations. Discover patterns in your coding activity, explore your repository statistics, and showcase your\ndevelopment journey through stunning charts and graphics.\n\n## ✨ Features\n\n- **Profile Overview**: Comprehensive dashboard displaying key GitHub statistics\n- **Repository Analytics**: Detailed insights into your repositories, languages, and contributions\n- **Activity Visualization**: Interactive charts showing your coding patterns over time\n- **Language Distribution**: Beautiful pie charts and bar graphs of your programming languages\n- **Contribution Heatmap**: Visual representation of your GitHub activity\n\n## 🚀 Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Node.js (version 16.0 or higher)\n- npm or yarn package manager\n- Git\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/lonewolfyx/github-profile-visualized.git\n   cd github-profile-visualize\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Set up environment variables**\n\n   Create a `.env` file in the root directory and add your GitHub Personal Access Token:\n   ```env\n   NUXT_GITHUB_TOKEN=your_github_personal_access_token_here\n   ```\n\n   To get a GitHub Personal Access Token:\n    - Go to GitHub Settings → Developer settings → Personal access tokens\n    - Generate a new token with appropriate permissions (public_repo, read:user)\n\n4. **Run the development server**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. **Open your browser**\n\n   Navigate to `http://localhost:3000` to see the application running.\n\n## 🙏 Acknowledgments\n\nThis project was inspired by and built upon ideas from several amazing repositories and developers:\n\n- **[beautify-github-profile](https://github.com/rzashakeri/beautify-github-profile)** - a more beautiful and appealing github profile\n- **[lowlighter/metrics](https://github.com/antonkomarev/github-profile-views-counter)** - Github visualization data metrics\n- **[github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy)** - GitHub Stat Trophies\n\nSpecial thanks to the open-source community for providing excellent tools and libraries that made this project possible.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see\nthe [LICENSE](https://github.com/lonewolfyx/github-profile-visualized/blob/master/LICENSE) file for details.\n\n## 🌟 Show Your Support\n\nIf you found this project helpful, please consider giving it a ⭐️ on GitHub!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonewolfyx%2Fgithub-profile-visualized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flonewolfyx%2Fgithub-profile-visualized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonewolfyx%2Fgithub-profile-visualized/lists"}