An open API service indexing awesome lists of open source software.

https://github.com/valiafetisov/be-my-friend

Desktop application which let you record your friends' activity on Facebook
https://github.com/valiafetisov/be-my-friend

activism electron facebook

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## General Info

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

![application screenshot](https://raw.githubusercontent.com/valiafetisov/be-my-friend/master/public/electron/screenshot-03.png)

## Quick Start

If you just want to use the app, download pre-packaged version for [Mac OS X](https://github.com/valiafetisov/be-my-friend/releases/)

## Development

- install [node.js](https://nodejs.org/en/download/), [meteor.js](https://www.meteor.com/install)
- 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](http://localhost:3000)

## Packaging app into electron

- install development dependancies
- run `npm run build:mac`