From 4eb65ae957a38d6f16c98fbf73bcb07d287cd788 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 8 Apr 2015 15:59:47 +0700 Subject: [PATCH] Add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e69de29..64407be 100644 --- a/README.md +++ b/README.md @@ -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. + + + +In order to visualize the data, two types of charts are used: the bar chart and the stacked area chart. + + + +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).