/diggit

Primary LanguageJavaScript

Diggit

A very simple tool that recommends GitHub users to follow based on common interests. This is a project for the "Advanced Topics in Artificial Intelligence" course, lectured by Prof. Ricardo Prudêncio (CIn - UFPE).

Authors

Usage

Clone this repository. Run "npm install" from the root folder. Run "bower install" from the "public" directory. Run "node app.js" to launch the web server.

$ git clone [git-repo-url] diggit
$ cd diggit
$ npm install
$ cd public
$ bower install
$ cd ..
$ node app.js