#PageRecommender
This is the code from this blog-post: Build your own page recommendation engine - based on Delicious and Evernote
##How to setup?
###IDE Simply import this as a maven-project and setup Scala for this project! I used IntelliJ IDEA to build this.
###deliciousfeeds4J
This library isn't in central maven. You have to do a git clone
and a maven install
for this to work.
Everything is described here: How to install and setup this library