/git-dev-score

Compare yourself to other developers. Find a developer based on the code they've written.

Primary LanguageJavaScriptMIT LicenseMIT

git-dev-score

Compare yourself to other developers. Find a developer based on the code they've written.

A simple concept app which aims to read your public and (authorization pending) private repo info and respond with a developer score based on many GIT factors like quantity of code contributions, repositories committed to etc.

Install

1. In the root git-dev-score directory, install npm dev-dependencies from the package.json file.

sudo npm install

2. In the root git-dev-score directory, Install bower components from the bower.json file.

bower install

Run the Development Server

The development server automatically handles updating pages being served. This is for development only. From the root directory, run

grunt

Testing

Currently Mocha is used for backend test, while Karma is used for front-end testing

To run all test simply run

npm test

Production Server

sudo node server.js