Desktop application which let you record your friends' activity on Facebook (online/offline statuses).
If you just want to use the app, download pre-packaged version for Mac OS X
- install node.js, meteor.js
- clone the repository and
cd
into application directory - install dependancies with
npm install
- start app with
npm run dev
(npm start
will start app within electron) - open localhost:3000
- install development dependancies
- run
npm run build:mac