This is a project about data visualization using Chart.js about the voting for the Impeachment proccess of Brazilian President Dilma Rousseff.
You can see the preview here.
To get this running you will need:
- Chart.js
- NodeJS
- Express
- Angular
- Underscore
There is probably a better way to do all of its functions using less libraries, but as I am learning all of them I will keep it always changing.
First of all you will need to install NodeJS, there are many ways of doing that, you can find more Infos here and here.
Than go to the project's root and run:
npm install underscore--save
npm install express --save
npm install angular --save
Or simply run using the package.json:
npm install
You can get Chart.js here.
Than run in terminal:
node server.js
And open url localhost:3000
As I'm acctually working on this project the libs are a little bit messy, but soon it will be fixed.
Thanks to Inácio Schweller who made the JSON online and free for all brazilians developers.