monicahq / rachel

A Chrome extension to automatically add Facebook contacts to Monica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

+ =

Rachel for Monica

Build Status License

Introduction

Monica is an open-source web application to organize the interactions with your loved ones.

Rachel is a Google Chrome extension which allows you to parse your Facebook account to add the contacts you need on Monica.

Get Started

Rachel is still far from being ready for production, so it is not available on the Google Chrome store yet.

You can still install the extension by building it from a node environnement. Node 8 is recommended. Node 6 should work but has not yet been tested.

  1. Clone the project

  2. Install dependencies (you can also use yarn)

$ npm install 
  1. Build the files in production
$ npm run build
  1. Visit chrome://extensions in your browser (or open up the Chrome menu and select Extensions under the More Tools menu to get to the same place).

  2. Click Load unpacked extension… to pop up a file-selection dialog.

  3. Navigate to the dist directory (generated by the previous command) in your project folder directory, and select it.

Contact

If you need to talk, you can contact me at regis AT monicahq DOT com. You can also reach me on Twitter.

License

Licensed under the AGPL License.

About

A Chrome extension to automatically add Facebook contacts to Monica

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 98.5%Language:HTML 1.5%