This is a data vizualization application using the Hacker News Firebase API. It allows users to input any username and provides nice vizualizations of their data. It was made as an MVP project at Hack Reactor.
- Clone the repo
- Ensure that you have node, grunt-cli, npm and bower
- Run
npm install
- Run
bower install
- Launch the app with
grunt serve
Before contributing, take a look at the contributing readme.