Click here to Skip to main content
15,892,072 members
Articles / All Topics

VSTS Widget for GitHub Badges

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
28 Jan 2016MIT1 min read 6.1K   1  
VSTS Widget for GitHub badges

When I first heard about the SDK for widgets in Visual Studio Team Services (VSTS), I wanted to make a couple of widgets, one of these was a GitHub widget that would show some information from any GitHub repo on your VSTS dashboard. This can be helpful when you have your source open on GitHub but still work out of VSTS.

The implementation is very simple and you can see it and contribute on GitHub on one of my projects VSTS.GitHubWidget.

Install

Go to the Visual Studio Marketplace and head over to the Integration section and look for GitHub Widget.

image

You can also follow this link for GitHub Widget. Now all you need to do is hit Install.

ApplicationFrameHost_2016-01-28_10-53-57

Click Continue.

ApplicationFrameHost_2016-01-24_22-17-53

and then click on Confirm to install the extension.

ApplicationFrameHost_2016-01-24_22-18-42

and you will now have the extension installed in the account you selected.

ApplicationFrameHost_2016-01-24_22-19-48

Usage

On your dashboard, click the add widget button.

chrome_2016-01-24_22-21-45

This will popup the widgets catalog and you will notice the GitHub widget in the list of widgets in the catalog, click on it and then click Add.

ApplicationFrameHost_2016-01-28_11-52-33

Your new widget will appear on your dashboard blank.

chrome_2016-01-24_22-24-24

Click on the Configure icon and the settings will fly out from the right. Enter a name for the widget as well as the username and repo that you want to get information for.

ZoomIt64_2016-01-28_10-09-04

Now click Save and your widget configuration will be applied to your widget and it will show you the counts for Stars, Watches and Forks on your dashboard.

firefox_2016-01-28_10-10-16

When you are finished editing your dashboard, select the tick icon to complete editing your dashboard.

chrome_2016-01-24_22-30-38

Now every time you land on your dashboard, you will automatically gain insights into your GitHub projects.

firefox_2016-01-28_10-10-37

Enjoy!

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Architect SSW
South Africa South Africa

Comments and Discussions

 
-- There are no messages in this forum --