{"id":14482533,"url":"https://github.com/0x-r4bbit/angular-github-adapter","last_synced_at":"2025-12-17T17:53:18.011Z","repository":{"id":8749873,"uuid":"10429016","full_name":"0x-r4bbit/angular-github-adapter","owner":"0x-r4bbit","description":"Angular adapter module for github.js","archived":false,"fork":false,"pushed_at":"2023-04-16T07:10:02.000Z","size":357,"stargazers_count":48,"open_issues_count":3,"forks_count":27,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T16:35:27.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x-r4bbit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2013-06-01T21:56:25.000Z","updated_at":"2018-03-28T08:15:29.000Z","dependencies_parsed_at":"2024-11-09T20:50:59.390Z","dependency_job_id":"0a6b1536-6b42-4480-9765-e9a1ae3ad4c0","html_url":"https://github.com/0x-r4bbit/angular-github-adapter","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-r4bbit%2Fangular-github-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-r4bbit%2Fangular-github-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-r4bbit%2Fangular-github-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x-r4bbit%2Fangular-github-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x-r4bbit","download_url":"https://codeload.github.com/0x-r4bbit/angular-github-adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250150561,"owners_count":21383186,"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-09-03T00:01:10.781Z","updated_at":"2025-12-17T17:53:12.963Z","avatar_url":"https://github.com/0x-r4bbit.png","language":"JavaScript","readme":"# angular-github-adapter\n\n\u003e Angular adapter module for github.js\n\nFull API: [Github.js](https://github.com/michael/github)\n\n## Quick Start\n\nInstall adapter via bower:\n\n````\n$ bower install angular-github-adapter\n````\n\nDeclare it as dependency in your app:\n\n```js\nangular.module('myApp', ['pascalprecht.github-adapter']);\n```\n\nUse the `$githubProvider` to configure the service:\n\n```js\nangular.module('myApp').config(function ($githubProvider) {\n  $githubProvider.username('YOUR_USERNAME');\n  $githubProvider.password('YOUR_PASSWORD');\n  $githubProvider.authType('basic');\n});\n```\n\nIt is also possible to set credentials through the service itself\n\n```js\n$github.setCreds('YOUR_USERNAME', 'YOUR_PASSWORD', 'basic');\n```\n\nNow you can access `$github` service within your controller and services. It provides the same API as [Github.js](https://github.com/michael/github), just with promises :)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x-r4bbit%2Fangular-github-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x-r4bbit%2Fangular-github-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x-r4bbit%2Fangular-github-adapter/lists"}