Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcrousso/GroupMe
Unofficial GroupMe App
https://github.com/dcrousso/GroupMe
electron groupme linux macos unofficial windows
Last synced: 12 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T05:30:56.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:44:46.265Z (3 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)
- open-source-mac-os-apps - GroupMe - Unofficial GroupMe App. ![javascript_icon] ![css_icon] (Applications / Chat)
- awesome-electron - GroupMe - Unofficial GroupMe app. ![](https://img.shields.io/github/stars/dcrousso/GroupMe.svg?style=social&label=Star) (Apps / Unofficial Apps)
README
# GroupMe
> Unofficial GroupMe app
[![](media/screenshot.png)](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)