{"id":22490666,"url":"https://github.com/lexmartinez/vue-github-activity","last_synced_at":"2025-08-02T22:33:23.398Z","repository":{"id":57396057,"uuid":"127772530","full_name":"lexmartinez/vue-github-activity","owner":"lexmartinez","description":":octocat: A Vue based github feed activity component.","archived":false,"fork":false,"pushed_at":"2019-02-16T16:44:56.000Z","size":707,"stargazers_count":28,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-13T14:54:01.454Z","etag":null,"topics":["github","github-activity","vue-component","vuejs"],"latest_commit_sha":null,"homepage":null,"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/lexmartinez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-02T15:09:02.000Z","updated_at":"2022-12-19T14:18:21.000Z","dependencies_parsed_at":"2022-09-18T12:03:44.995Z","dependency_job_id":null,"html_url":"https://github.com/lexmartinez/vue-github-activity","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexmartinez%2Fvue-github-activity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexmartinez%2Fvue-github-activity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexmartinez%2Fvue-github-activity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexmartinez%2Fvue-github-activity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexmartinez","download_url":"https://codeload.github.com/lexmartinez/vue-github-activity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228501407,"owners_count":17930241,"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":["github","github-activity","vue-component","vuejs"],"created_at":"2024-12-06T17:22:30.476Z","updated_at":"2024-12-06T17:25:35.604Z","avatar_url":"https://github.com/lexmartinez.png","language":"Vue","readme":"# vue-github-activity\n\n[![Build Status](https://img.shields.io/travis/lexmartinez/vue-github-activity/master.svg?style=for-the-badge)](https://travis-ci.org/lexmartinez/vue-github-activity)\n[![GitHub license](https://img.shields.io/github/license/lexmartinez/vue-github-activity.svg?style=for-the-badge)](https://github.com/lexmartinez/vue-github-activity/blob/master/LICENSE.md)\n[![Last version](https://img.shields.io/badge/version-v2.1.1-blue.svg?style=for-the-badge)](https://github.com/lexmartinez/vue-github-activity/blob/master/CHANGELOG.md)\n\u003cbr/\u003e\n\nSimple VueJS component that creates a feed panel with your recent GitHub activity. It displays the user's name, username, photo, and a list of each individual activity type.\n\n\u003e Inspired by [caseyscarborough/github-activity](https://github.com/caseyscarborough/github-activity) repository.\n\nSee it in action on [my website](https://lexmartinez.com/)\n\n![](https://github.com/lexmartinez/vue-github-activity/raw/master/screenshot.png)\n\n## Installation\n\n`npm install --save vue-github-activity`\n\n## Dependencies\n\nInsert an octicons.css file in your html file to load the icons.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css\"\u003e\n```\n\n\u003e Also **axios** http client and  **moment** are required as dependencies of your host project use `npm install --save axios moment` to include them\n\n## Usage\n\nThe most common use case is to register all the components globally.\n\n```javascript\nimport Vue from 'vue'\nimport VueGithubActivity from 'vue-github-activity'\n\nVue.use(VueGithubActivity)\n```\n\nOn your template you can now use html like this to render the activity feed: \n\n```html\n\u003cgithub-feed login=\"lexmartinez\"\u003e\u003c/github-feed\u003e\n```\n\n## License\n\nThis project is licensed under MIT License - see the [LICENSE.md](https://github.com/lexmartinez/vue-github-activity/blob/master/LICENSE.md) file for details\n","funding_links":[],"categories":["Vue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexmartinez%2Fvue-github-activity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexmartinez%2Fvue-github-activity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexmartinez%2Fvue-github-activity/lists"}