ravenaxiom / MessengerMini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MessengerMini Facebook Messenger running in a small, standalone desktop window.

##Setup

  1. Ensure that this repository is in a directory called 'MessengerMini'
  2. Install NodeJS - https://nodejs.org/download/
  3. Install Grunt - http://gruntjs.com/getting-started
  4. Run 'npm install' in a Node JS command prompt in the root project folder
  5. Download the NWJS .zip file (http://nwjs.io/) and extract to '../NWJS/' from the project root. For example, if your project is at D:\Projects\MessengerMini, extract the zip to D:\Projects\NWJS\

##Running the application

###Test the application

  1. Ensure initial setup is done
  2. Run 'grunt test'. The debugging toolbar is enabled when running a test.

###Build the application executable

  1. Ensure initial setup is done
  2. Run 'grunt build' (first run will take a long time). The debugging toolbar is disabled when running a test.
  3. Output files are written to builds/MessengerMini/win64/

##Other

###Documentation

###Enable Desktop notifications To enable desktop notification:

  1. Open the application, and log in
  2. Click the settings cog in the top left corner, and select 'Settings'
  3. Click 'Turn on desktop notifications'

About


Languages

Language:JavaScript 65.9%Language:CSS 27.8%Language:HTML 6.3%