Use PowerShell to grab a CoderWall users profile
# Requires PowerShell v3
<#
.Synopsis
Get-CoderWall uses the built-in PowerShell cmdlet
Invoke-RestMethod to retrieve and convert the JSON
into PowerShell objects
#>
function Get-CoderWall ($user) {
Invoke-RestMethod http://coderwall.com/$user.json
}
Get-CoderWall dfinke
Written by Doug Finke
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Powershell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#