dcrousso / GroupMe

Unofficial GroupMe App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GroupMe

Unofficial GroupMe app

Download

Current Release

Linux Shortcut

Create a file in ~/.local/share/applications/ called GroupMe.desktop with the following contents:

[Desktop Entry]
Name=GroupMe
Exec=/path/to/GroupMe
Terminal=false
Type=Application
Icon=/path/to/GroupMe/resources/app/assets/Icon.png

Replace all instances of /path/to with the actual path of the GroupMe app.

Development

Made with Electron.

Init npm install
Run npm start
Build npm run build
Build macOS npm run build-darwin
Build Windows npm run build-win32
Build Linux npm run build-linux

License

MIT © Devin Rousso

About

Unofficial GroupMe App

License:MIT License


Languages

Language:JavaScript 84.7%Language:CSS 15.3%