{"id":20506065,"url":"https://github.com/robinradic/github-jquery-widgets","last_synced_at":"2026-04-20T01:05:06.283Z","repository":{"id":24789131,"uuid":"28202856","full_name":"RobinRadic/github-jquery-widgets","owner":"RobinRadic","description":"a repo","archived":false,"fork":false,"pushed_at":"2015-01-12T18:16:20.000Z","size":1232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T21:09:03.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://robinradic.github.io/github-jquery-widgets/","language":"JavaScript","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/RobinRadic.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}},"created_at":"2014-12-18T21:42:23.000Z","updated_at":"2014-12-30T16:28:46.000Z","dependencies_parsed_at":"2022-08-22T16:50:30.659Z","dependency_job_id":null,"html_url":"https://github.com/RobinRadic/github-jquery-widgets","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/RobinRadic%2Fgithub-jquery-widgets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fgithub-jquery-widgets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fgithub-jquery-widgets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fgithub-jquery-widgets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinRadic","download_url":"https://codeload.github.com/RobinRadic/github-jquery-widgets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242105607,"owners_count":20072516,"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-15T19:54:02.005Z","updated_at":"2025-12-07T01:02:39.485Z","avatar_url":"https://github.com/RobinRadic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-jquery-widgets\n[![Travis build status](https://img.shields.io/travis/RobinRadic/github-jquery-widgets.svg)](http://travis-ci.org/RobinRadic/github-jquery-widgets)\n[![NPM Version](https://img.shields.io/npm/v/github-jquery-widgets.svg)](http://npmjs.org/package/github-jquery-widgets)\n[![Goto documentation](http://img.shields.io/badge/goto-documentation-orange.svg)](http://robin.radic.nl/github-jquery-widgets)\n[![Goto repository](http://img.shields.io/badge/goto-repository-orange.svg)](https://github.com/robinradic/github-jquery-widgets)\n[![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://radic.mit-license.org)\n\n[![Example](http://robin.radic.nl/github-jquery-widgets/images/events.jpeg)](http://robin.radic.nl/github-jquery-widgets)\nCheck out the [demonstration](http://robin.radic.nl/github-jquery-widgets/demo) or [documentation](http://robin.radic.nl/github-jquery-widgets) for more information.\n\n## Getting Started\nYou can download the zip file and manually extract the files into your project or use either bower, npm or git.\n  \n### Installing\n```bash\n# Using bower\nbower install --save github-jquery-widgets\n\n# Using node\nnpm install --save github-jquery-widgets\n```\n\n**Dependencies**\n- jQuery \u003e 1.9\n- jQuery UI Widget Factory\n- Handlebars runtime\n- RadicJS custom build\n  \n  \n**Optional dependencies**\n- spin.js\n- jquery.slimscroll.js\n  \n  \n**Written with, by or in**\n- Javascript\n- SCSS\n- Grunt\n- Bootstrap 3\n\n### Usage\n  \n#### Dependencies and widget files\nThe package ships with seperate files allowing various ways to handle dependencies and to include/exclude widgets.  **tip:** use grunt-usemin or something likewise to concat and minify your js/css.\n```html\n\u003clink href=\"path/to/dist/github-widgets.css\" type=\"text/css\" rel=\"stylesheet\"\u003e\n\u003clink href=\"path/to/dist/github-profile.css\" type=\"text/css\" rel=\"stylesheet\"\u003e\n\u003clink href=\"path/to/dist/github-events.css\" type=\"text/css\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/dist/dep/packed/radic.githubwidgets.packed.min.js\"\u003e\u003c/script\u003e \u003c!-- includes: spin.js, widget.js, handlebars.runtime.min.js --\u003e\n\u003cscript src=\"path/to/dist/github-widget.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/dist/github-profile.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/dist/github-events.js\"\u003e\u003c/script\u003e\n```\n  \nAs an alternative, instead of using the packed radic.githubwidgets.js, you can use the non-packed version. You will have to include `spin.js`, `widget.js` and `handlebars.runtime.js` yourself. An example:\n```html\n\u003clink href=\"path/to/dist/github-widgets.css\" type=\"text/css\" rel=\"stylesheet\"\u003e\n\u003clink href=\"path/to/dist/github-profile.css\" type=\"text/css\" rel=\"stylesheet\"\u003e\n\u003clink href=\"path/to/dist/github-events.css\" type=\"text/css\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"jquery-ui.min.js\"\u003e\u003c/script\u003e \u003c!-- provides widget.js (jQuery UI Widget Factory) --\u003e\n\u003cscript src=\"path/to/dist/dep/spin.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/dist/dep/handlebars.runtime.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/dist/dep/radic.githubwidgets.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/dist/github-widget.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/dist/github-profile.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/dist/github-events.js\"\u003e\u003c/script\u003e\n```\n\n### Initializing a widget\n```javascript\n$(function(){\n    $('selector').githubProfile({\n        username: 'robinradic'\n    });\n});\n```\nMore information can be found in the [API documentation](http://robin.radic.nl/github-jquery-widgets/)\n\n## Customizing your build\nBy downloading the source, you can create a customized build. You can alter the HTML templates and SCSS.\n  \n### Getting started\n```bash\ngit clone https://github.com/robinradic/github-jquery-widgets # or fork-\u003eclone a version.\ncd github-jquery-widgets\n./scripts/bootstrap.sh # This will update-init the radicjs submodule and copy the pre-commit hook that updates the submodule before commiting\nnpm install\nbower install\n```\n  \n**More information soon**\n\n\n## License\nCopyright 2014 Robin Radic \n\n[MIT Licensed](http://radic.mit-license.org)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinradic%2Fgithub-jquery-widgets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinradic%2Fgithub-jquery-widgets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinradic%2Fgithub-jquery-widgets/lists"}