1
0
Fork
You've already forked GroupMe
0
Unofficial GroupMe App
JavaScript 84.7%
CSS 15.3%
Find a file
2023年06月03日 16:14:32 -05:00
assets update styles for new design 2023年03月26日 22:29:02 -07:00
inject update styles for new design 2023年03月26日 22:29:02 -07:00
media Add CSS styling 2016年08月15日 15:27:25 -07:00
modules Added support for Windows and Linux 2016年08月21日 16:25:42 -07:00
.gitignore Update gitignore 2023年06月03日 16:14:32 -05:00
index.js need to provide a realistic userAgent 2023年03月26日 21:49:13 -07:00
license Create GroupMe app 2016年08月15日 10:39:19 -07:00
package.json v1.1.2 2023年03月26日 22:29:05 -07:00
readme.md Added support for Windows and Linux 2016年08月21日 16:25:42 -07:00

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