A tool that lets you communicate in LaTeX to your friends over Facebook chat. Simply add “Jaredbot Winowat” to your group chat and type $yourLaTeXhere$ to get started.
If you're deploying on Heroku, click the deploy button above then you only need to follow step 1 & 2 of the manual instructions
- Fork the repository and create a separate dummy account on Facebook
- Set the environment variables
FB_USERNAME,FB_PASSWORD, andHEROKU_INSTANCEaccordingly OR replace the fields inconfig.json - Install dependencies with
npm install - Run with
npm start - After that you should be ready to go!
Thank you to facebook-chat-api and mathjax-node for making the majority of this happen!