GithubHelp home page GithubHelp logo

github-contributions's Introduction

Github contributions

Description

Very simple application that shows you the public contributions a given user did on github.

In order to do that, the applications:

  • searches your public forks;
  • for each fork, fetches the original repo;
  • for each original repo, checks if your github username appears in the contributors list;
  • if it does, it is considered to be a github contribution.

Try it online

You can try it online here or here.

Technologies

On the server side, this app runs on top of node.js and express.js. Express.js is basically serving a static file and a bunch of assets. This is a client app and it doesn't require a service layer.

On the frontend, it's a basic web application built using ember.js and twitter bootstrap. Moreover, it uses github's API v3 and the usual suspects (HTML, CSS and jQuery).

Run it locally

If you want to run it locally, follow these simple steps:

git clone [email protected]:carvil/github-contributions.git
cd github-contributions

Then, install the dependencies (I assume you have node installed, otherwise follow these instructions first):

npm install

Once that's done, you can run it with:

node app.js

The application will be available on localhost:3000

COPYRIGHT

Copyright (c) 2012 Carlos Vilhena. See LICENSE for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.