{"id":13718308,"url":"https://github.com/aalok05/CodeHub","last_synced_at":"2025-05-07T10:31:43.435Z","repository":{"id":88679528,"uuid":"75707797","full_name":"aalok05/CodeHub","owner":"aalok05","description":"A UWP GitHub Client ","archived":false,"fork":false,"pushed_at":"2019-05-08T08:51:39.000Z","size":8335,"stargazers_count":177,"open_issues_count":11,"forks_count":35,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-10-30T17:51:43.321Z","etag":null,"topics":["c-sharp","codehub","dot-net","github","github-api","octokit","syntax-highlighting","trending-repositories","universal-windows-platform","uwp","uwp-apps","uwp-dev","windows","windows-10","xaml"],"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/aalok05.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-12-06T07:49:41.000Z","updated_at":"2024-09-23T13:58:00.000Z","dependencies_parsed_at":"2024-01-29T21:13:27.418Z","dependency_job_id":null,"html_url":"https://github.com/aalok05/CodeHub","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/aalok05%2FCodeHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalok05%2FCodeHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalok05%2FCodeHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aalok05%2FCodeHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aalok05","download_url":"https://codeload.github.com/aalok05/CodeHub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224542469,"owners_count":17328567,"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":["c-sharp","codehub","dot-net","github","github-api","octokit","syntax-highlighting","trending-repositories","universal-windows-platform","uwp","uwp-apps","uwp-dev","windows","windows-10","xaml"],"created_at":"2024-08-03T01:00:22.815Z","updated_at":"2024-11-14T07:31:09.927Z","avatar_url":"https://github.com/aalok05.png","language":"C#","readme":"# CodeHub\n\u003cspan class=\"badge-patreon\"\u003e\u003ca href=\"https://www.patreon.com/aalok05\" title=\"Donate to this project using Patreon\"\u003e\u003cimg src=\"https://img.shields.io/badge/patreon-donate-yellow.svg\" alt=\"Patreon donate button\" /\u003e\u003c/a\u003e\u003c/span\u003e\n[![Twitter URL](https://img.shields.io/badge/tweet-%40devaalok-blue.svg?style=social\u0026style=flat-square)](https://twitter.com/devaalok)\n\nCodeHub is a Universal Windows GitHub client that helps you keep up with the open source world.\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://www.microsoft.com/store/apps/9nblggh52tbd?ocid=badge\"\u003e\u003cimg src=\"https://assets.windowsphone.com/85864462-9c82-451e-9355-a3d5f874397a/English_get-it-from-MS_InvariantCulture_Default.png\" alt=\"Get it from Microsoft\" width='200' /\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Features\n* Trending repositories\n* News Feed\n* View code (with syntax highlighting), issues and comments.\n* Create Issues\n* Comment on Issues and PRs\n* Choose from 9 different syntax highlighting styles\n* Search repositories, users, issues and code\n* Star, Watch and Fork repositories\n* Follow users\n* Edit profile\n\n## Screenshots\n\n|               |                   |\n|:-------------:| :----------------:|\n| ![screenshot](https://raw.githubusercontent.com/aalok05/CodeHub/master/Screenshots/repoView.PNG)  | ![screenshot](https://raw.githubusercontent.com/aalok05/CodeHub/master/Screenshots/trending.PNG) |\n\n\n## Contributing\nDo you want to contribute? Here are our [contribution guidelines](https://github.com/aalok05/CodeHub/blob/master/CONTRIBUTING.md).\n\n## Setting up the project\n* [Register](https://github.com/settings/developers) your OAuth application and paste your key and secret in the `app.config` file in the root of the project.\n\n## URI Schemes\nYou can launch CodeHub and navigate to repositories and user profiles using custom URI schemes\n\nExamples:\n- _codehub://repository/aalok05/codehub_\n- _codehub://user/aalok05_\n\n## Troubleshooting\n\n### I Can't Find My Organization\n\nCodeHub can see all organizations *if they are granted access*. GitHub, by default, disables [third-party access](https://help.github.com/articles/about-third-party-application-restrictions/) for new organizations. Because of this, CodeHub has no knowledge that those organizations even exist. GitHub keeps that information from the app. There are several ways to correct this. If you own the organization follow [these instructions](https://help.github.com/articles/enabling-third-party-application-restrictions-for-your-organization/). If you do not own the organization you can request access for CodeHub by following [these instructions](https://help.github.com/articles/requesting-organization-approval-for-third-party-applications/).\n\n## Dependencies\nI thank the makers of these libraries\n* [Octokit](https://github.com/octokit/octokit.net)\n* [UICompositionAnimations](https://github.com/Sergio0694/UICompositionAnimations)\n* [MVVM Light](https://www.nuget.org/packages/MvvmLightLibs/)\n* [UWP Community Toolkit](https://github.com/Microsoft/UWPCommunityToolkit)\n* [HTML Agility Pack](https://www.nuget.org/packages/HtmlAgilityPack)\n* [LocalNotifications](https://github.com/RavinduL/LocalNotifications)\n* [UWP-Animated-SplashScreen](https://github.com/XamlBrewer/UWP-Animated-SplashScreen)\n* [QueryString.Net](https://www.github.com/WindowsNotifications/QueryString.Net)\n\n## Gitter chat\n* https://gitter.im/CodehubUWP/Bugs\n* https://gitter.im/CodehubUWP/FeatureRequests\n\n## Patrons\n* Ian Rasmussen\n\nSpecial thanks to my patrons for supporting me in making UWP apps :)\nYou can also become a patron [here](https://www.patreon.com/aalok05).\n","funding_links":["https://www.patreon.com/aalok05"],"categories":["Published on Store"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faalok05%2FCodeHub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faalok05%2FCodeHub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faalok05%2FCodeHub/lists"}