{"id":21443751,"url":"https://github.com/wejs/we-plugin-github","last_synced_at":"2026-01-04T03:11:56.981Z","repository":{"id":36810243,"uuid":"41117107","full_name":"wejs/we-plugin-github","owner":"wejs","description":"We.js plugin to consuming Github API","archived":false,"fork":false,"pushed_at":"2022-01-22T10:14:22.000Z","size":37,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-23T10:44:23.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://wejs.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-20T20:21:32.000Z","updated_at":"2020-01-12T17:55:47.000Z","dependencies_parsed_at":"2022-09-04T04:11:08.028Z","dependency_job_id":null,"html_url":"https://github.com/wejs/we-plugin-github","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/wejs%2Fwe-plugin-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wejs%2Fwe-plugin-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wejs%2Fwe-plugin-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wejs%2Fwe-plugin-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wejs","download_url":"https://codeload.github.com/wejs/we-plugin-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955804,"owners_count":20374373,"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-11-23T02:14:02.556Z","updated_at":"2026-01-04T03:11:56.945Z","avatar_url":"https://github.com/wejs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# We.js github plugin\n\nWe.js plugin to connect and consume github data with Github API\n\n## Installation\n\n```sh\nwe i we-plugin-github\n```\n\n## Has support:\n\n- Authentication (Basic, Token, oAuth2)\n- add one authenticated instance of github npm module in ```we.github```\n\n### How to Setup (developer)\n\n\u003e after install npm and node.js\n\n```js\n// clone this project\ngit clone https://github.com/wejs/we-plugin-github.git\n// enter in cloned folder\ncd we-plugin-github\n// install all dependencies\nnpm install\n// test\nnpm test\n\n// link\nnpm link\n// enter in your project\ncd [project folder]\n// then link it in your project \nnpm link we-plugin-github\n```\n\n\u003e add this config in you ```config/locals.js``` file and set the authentication configs\n\n```js\n  // ...\n  github: {\n    debug: true, // enable logs\n    authentication: {\n      //\n      //  // Example authentication configs\n      //\n      //  //via token (Personal access token)\n      //  type: 'token',\n      //  token: '\u003ctoken\u003e'\n      //\n      //  // via username and password (do not recommend)\n      //  type: 'basic',\n      //  username: '\u003cUSERNAME\u003e',\n      //  password: '\u003cPASSWORD\u003e'\n      //\n      //  //via oauth2\n      //  type: 'oauth',\n      //  token: '\u003cTOKEN\u003e'\n    },\n    expireDate: (60 * 60 * 60) // an hour\n  },\n  // ...\n```\n\n## Copyright and license\n\nCopyright 2013-2016 Leonan Luppi \u003cleonan.luppi@gmail.com\u003e and contributors , under [the MIT license](LICENSE.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwejs%2Fwe-plugin-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwejs%2Fwe-plugin-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwejs%2Fwe-plugin-github/lists"}