https://github.com/dcrousso/GroupMe
Unofficial GroupMe App
https://github.com/dcrousso/GroupMe
electron groupme linux macos unofficial windows
Last synced: 20 days ago
JSON representation
Unofficial GroupMe App
- Host: GitHub
- URL: https://github.com/dcrousso/GroupMe
- Owner: dcrousso
- License: mit
- Created: 2016-08-15T17:38:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T05:30:56.000Z (about 2 years ago)
- Last Synced: 2024-08-01T16:44:46.265Z (9 months ago)
- Topics: electron, groupme, linux, macos, unofficial, windows
- Language: JavaScript
- Size: 1.54 MB
- Stars: 87
- Watchers: 7
- Forks: 13
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- open-source-mac-os-apps - GroupMe - Unofficial GroupMe App. ![javascript_icon] ![css_icon] (Applications / Chat)
- awesome-electron-zh - GroupMe - Unofficial GroupMe app. (Apps / Open Source)
- awesome-electron - GroupMe - Unofficial GroupMe app.  (Apps / Unofficial Apps)
- awesomeelectron - GroupMe - Unofficial GroupMe app. (Apps / Open Source)
- open-source-mac-os-apps - GroupMe - Unofficial GroupMe App.</summary><p><b>Languages:</b> ![javascript_icon] ![css_icon] <br><b>Screenshots:</b><br><img src='https://raw.githubusercontent.com/dcrousso/GroupMe/master/media/screenshot.png' width='400' loading='lazy'/><br></p></details> (Applications / 💬 Chat (19))
README
#
GroupMe
> Unofficial GroupMe app
[](https://github.com/dcrousso/GroupMe/releases/latest)
## Download
[Current Release](https://github.com/dcrousso/GroupMe/releases/latest)
#### 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](http://electron.atom.io).
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](http://devinrousso.com)