Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 866 Bytes

README.md

File metadata and controls

executable file
·
31 lines (20 loc) · 866 Bytes

Giaffer

A guided serendipity tool : combine your interests in a search request

About

Giaffer facilitate the discovery of new Web pages by combining search terms related to subjects randomly selected from a list of your favorite interests.

It is a web implementation of Integrate your Interests, a hack by Ron Hale Evans from his book Mindhacker.

Try it on http://mmai.github.io/giaffer or install the chrome extension

Installation

$ npm install
$ ./node_modules/bower/bin/bower install

Web app compilation

$ ./node_modules/gulp/bin/gulp.js compile
$ ./node_modules/gulp/bin/gulp.js bootswatch:dist

Chrome extension build

$ ./node_modules/gulp/bin/gulp.js --gulpfile gulpfile_chrome.js build