1
0
Fork 0

Add readme

This commit is contained in:
Gregory Eremin 2015-04-08 15:59:47 +07:00
parent 129ab8f7c7
commit 4eb65ae957
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Empact
Empact allows you to take a look at developers' impact on the repositories of the company from all the different perspectives. It visualizes the contribution data gathered from the GitHub API and presents it in a couple of cool charts.
<img src="https://raw.githubusercontent.com/localhots/empact/gh-pages/resources/bc_demo.gif" width="446">
In order to visualize the data, two types of charts are used: the bar chart and the stacked area chart.
<img src="https://raw.githubusercontent.com/localhots/empact/gh-pages/resources/sac_demo.gif" width="446">
The back-end server is written in Go. The front-end application is built with React.js; charts are drawn in SVG.
At this point, the project is a working prototype, although most of its features are already complete. Data synchronization is mostly done, keeping data up-to-date is yet to be implemented.
**Works best in Google Chrome**, Safari has animation issues, Firefox and others have not been thoroughly tested yet.
Demo account of Phony organization is [available here](http://empact.io/app/Phony).