Skip to content

Instantly share code, notes, and snippets.

@databyte
Created July 5, 2012 13:27
Show Gist options
  • Save databyte/3053647 to your computer and use it in GitHub Desktop.
Save databyte/3053647 to your computer and use it in GitHub Desktop.
github scoring app

Task:

Build a webapp where I can search for a GitHub user and see a score based on their activity.

Example URLs:

https://github.com/tenderlove.json
https://github.com/wycats.json

Important fields:

repository.url, created_at, actor, type

Event Types & Points:

CommitCommentEvent:  2
IssueCommentEvent:   2
IssuesEvent:         3
WatchEvent:          1
PullRequestEvent:    5
PushEvent            7
FollowEvent          1
CreateEvent          3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment