Created
July 23, 2011 01:40
-
-
Save mdeiters/1100834 to your computer and use it in GitHub Desktop.
response from the coderwall api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://coderwall.com/mdeiters.json | |
http://coderwall.com/mdeiters.json&callback=someMethod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
someMethod({ | |
username: "mdeiters" | |
badges: [ | |
{ | |
name: "Opabinia" | |
badge: "http://coderwall.com/images/badges/earlyadopter.png" | |
description: "Started social coding on GitHub within 6 months of its first signs of life" | |
} | |
{ | |
name: "Mongoose 3" | |
badge: "http://coderwall.com/images/badges/mongoose3.png" | |
description: "Have at least three original repos where ruby is the dominant language" | |
} | |
{ | |
name: "Forked" | |
badge: "http://coderwall.com/images/badges/forked.png" | |
description: "Have a project valued enough to be forked by someone else" | |
} | |
{ | |
name: "Changelog'd" | |
badge: "http://coderwall.com/images/badges/changelogd.png" | |
description: "Have an original repo featured on the Changelog show" | |
} | |
] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment