Giter Club home page Giter Club logo

git-technetium's Introduction

git-technetium

Repository for a github powered application built using the MEAN stack. The following features are planned:

[X] Create modules for viewing statistics on a repository 
[ ] Build meaningful graphs using D3 
[ ] Ability to export reports to PDF
[ ] Unit testing using Mocha/PhantomJS where applicable
[ ] Centralized Issue Tracker
[ ] Repository Subscription Manager
[ ] Integrate application with Bitbucket API

A more detailed set of current tasks can be found here: task list.

Dependencies

After cloning this repository, the first step is to install all dependencies.

git-technetium$ npm install
git-technetium$ bower install

NOTE: If you are on a Mac, you will need to run sudo npm install.

Getting Started

Inside of your Github account settings, please register this application in order to obtain a client_id and client_secret. This will allow you to make up to 5000 requests per hour, and allows for quicker testing. For help on registering an application, see this link Once you have obtained these keys, modify config.js as shown below:

var CLIENT_ID = 'YOUR_CLIENT_ID';
var CLIENT_SECRET = 'YOUR_CLIENT_SECRET';

Useful Libraries / Links

  • istanbul - JS code coverage tool.
  • karma-runner - Powerful test runner supporting several testing frameworks.
  • async.js - A library with powerful functions for dealing with asynchronous code.
  • pdfmake - A client/server-side PDF printing library.
  • QUnit - A powerful JavaScript unit-testing framework.
  • UnitJS - Another powerful JavaScript unit-testing framework.
  • mocha - A JavaScript testing framework with powerful testing features.
  • D3 - A JavaScript library for using documents as data. Useful for a wide array of graphs.
  • PhantomJS - A headless WebKit with a JavaScript API, useful for testing with frameworks such as Mocha.
  • Git API - Github API.
  • Bitbucket API Console - A web console for interacting with the Bitbucket API.

git-technetium's People

Contributors

drksephy avatar chessmasterhong avatar mk200789 avatar chocoshell avatar

Watchers

James Cloos avatar Lin Wang avatar

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.