- Chat with users of the official facebook messenger
- Use a wide range of categorized emojis
- Generate your own memes inside the messenger
- Change the color scheme to fit your taste
- End-to-end encryption if both use this messenger
- Auto-respond to incoming messages
- Send delayed messages
- Run
git clone https://github.com/Dudelmoser/Mazenger
- Run
npm install
inside the cloned repository to install the dependencies - Run
npm start
inside the same directory to start the local 'proxy' server that is needed to send cross origin requests to the facebook servers. - Open localhost:3000 inside your browser and login with your official facebook credentials.
This web app is based on the awesome React Boilerplate by Max Stoiber. It really helped me understand the concepts of scalable JavaScript development based on technologies like..
- React
- Redux
- Reselect
- React Intl
- Redux Saga
- Webpack, Babel, HMR, etc.
Even more credit goes to the Facebook Chat API devs, who actually make the whole project possible.
Maybe you?
This project is licensed under the MIT license, Copyright (c) 2016
Jan David Kleiß. For more information see license.md
.