Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankushg/groupie
https://github.com/ankushg/groupie
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankushg/groupie
- Owner: ankushg
- License: mit
- Created: 2015-09-14T22:17:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T22:19:17.000Z (over 9 years ago)
- Last Synced: 2024-10-27T13:16:48.178Z (2 months ago)
- Language: Swift
- Size: 4.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Goofy
Goofy is a OS X client for Facebook Messenger. But unlike most other clients, it does not use any of Facebook's APIs, but is basically a single-site browser that injects a little CSS and JS into `messenger.com` to make it a little more app-like.## Feature requests and contributing
Feel free to create issues on this repo for feature requests of any kind. However, some features may not be possible due to the way this application is working. Also, I don't want this to be a feature bloated monster, but a slick and small app.Depending on the number of contributors and the progress of this app, I will schedule releases from time to time, which will then be distributed on `goofyapp.com` and via Sparkle.
## This repo
This repo contains the Swift project which is only a small browser and should be pretty self-explanatory.But it also contains the JS and CSS that is loaded from the server. To compile it run:
```
npm install gulp -g
npm install
gulp
```You can modify Goofy's `Info.plist` and enter a string value for `GoofyJavaScriptURL` to load the JavaScript from a different URL.