Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

jwright/github-fantasy-league-dotnet

Repository files navigation

github fantasy league (.NET)


DESCRIPTION

Compare Github users. It queries Github using the activity stream for a given username (https://github.com/{username}.json). This is the same problem presented to Aaron Patterson and Yehuda Katz for the Play by Play by PeepCode.

The Ruby version of this code is deployed at http://githubfantasy.com.

A Ruby version of this same application is available at github-fantasy-league.

UPDATE (1/26/2015): GitHub updated their API. The Walkthrough and this code refers to the API being at https://githib.com{username}.json. This is the old API per this blog post: (http://git.io/17AROg)[http://git.io/17AROg]. The Ruby version of the code has been updated with the following commits:

This repo will not be updated unless you want to submit pull requests

Scoring system

The score is calculated based on the following activity stream's events.

  • CommitCommentEvent - 2pts
  • IssueCommentEvent - 2pts
  • IssuesEvent - 3pts
  • WatchEvent - 1pt
  • PullRequestEvent - 5pts
  • PushEvent - 7pts
  • FollowEvent - 1pt
  • CreateEvent - 3pts

WALKTHROUGH

About

Displays a score based on your Github activity

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors