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
- Host: GitHub
- URL: https://github.com/valiafetisov/be-my-friend
- Owner: valiafetisov
- Created: 2016-11-29T14:30:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T23:13:26.000Z (over 8 years ago)
- Last Synced: 2025-01-17T05:42:28.595Z (3 months ago)
- Topics: activism, electron, facebook
- Language: JavaScript
- Homepage: http://bemyfriend.valiafetisov.com
- Size: 955 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## General Info
Desktop application which let you record your friends' activity on Facebook (online/offline statuses).

## 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`