Unofficial GroupMe App
|
|
||
|---|---|---|
| assets | update styles for new design | |
| inject | update styles for new design | |
| media | Add CSS styling | |
| modules | Added support for Windows and Linux | |
| .gitignore | Update gitignore | |
| index.js |
need to provide a realistic userAgent
|
|
| license | Create GroupMe app | |
| package.json | v1.1.2 | |
| readme.md | Added support for Windows and Linux | |
GroupMe
Unofficial GroupMe app
Download
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