Basic dashboard app for your facebook posts statistics, built using my own MEAN stack (using generator-express), Highcharts & ng-infiniteScroll plugin.
MongoDB only used to store necessary data from Facebook.
Expecting you already know how to use required tools below:
- npm
- bower
- grunt
- MongoDB
- Facebook account
- Facebook app (to obtain Facebook's clientID & clientSecret)
First of all, run npm and bower inside this project folder after cloning this project.
npm install
then
bower install
Make sure you have MongoDB installed and running, and grunt installed globally in your machine, then you can run this app using Grunt.
grunt
- Add 'from' and 'to' date text/title in the chart
- Add monthly statistic using Highcarts's stacked barchart
- Realtime update
- Post to Facebook from this app
- Minification
- etc (not sure for now :D )