/be-my-friend

Desktop application which let you record your friends' activity on Facebook

Primary LanguageJavaScript

General Info

Desktop application which let you record your friends' activity on Facebook (online/offline statuses).

application screenshot

Quick Start

If you just want to use the app, download pre-packaged version for Mac OS X

Development

  • 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

Packaging app into electron

  • install development dependancies
  • run npm run build:mac