A dashboard for Social Harvest®, an open-source social media analytics platform.
This application uses AngularJS, D3.js, and NVD3 to create a modular and extensible dashboard for analyzing harvested social media data.
The Yearofmoo AngularJS Seed Repo was used as a starting point for this application and includes helpful unit testing tools, Protractor integration and coverage testing. Several packages have been updated, but the installation, development, and testing instructions remain the same.
npm install -g grunt-cli
npm install
grunt install
grunt dev
http://localhost:8888
grunt test
grunt test:unit
grunt autotest:unit
grunt test:e2e
grunt autotest:e2e
grunt coverage