Message Map is a way of viewing your Facebook Messenger history.
You can download your Messenger data from https://facebook.com/dyi.
To run this project locally you need Node.js. This can be downloaded here.
Clone this repo and install required dependencies:
git clone https://github.com/pjpscriv/ng-fb-message.git
cd ng-fb-message
npm install
This may take a few minutes. The main dependencies of this project are Angular and D3. Once these are installed, the app can be run with:
npm start
The app will be served to http://localhost:4200/
.
If you only want to build the application without serving it, run:
ng build
The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run Karma unit tests with:
ng test
Run Protractor end to end tests with:
ng e2e
Message Map is a fork of FBMessage created by MathReynaud & adurivault.