Analyzing the internet.
Run mvn clean install to compile the project.
Run mvn jetty:run to start the project.
Default port number is 9090. Update jetty.port property in pom.xml to change it.
Access the project at http://localhost:9090/
Heroku link http://web-analyzer.herokuapp.com/
Tailing logs
heroku logs -t
Re-scaling dyno
heroku ps:scale web=1
To check running dyno
heroku ps
In case cannot push after commit, use force push
git remote origin master -f