https://github.com/kessler/gcm-send
https://github.com/kessler/gcm-send
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kessler/gcm-send
- Owner: kessler
- License: mit
- Created: 2015-07-02T01:20:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T01:34:01.000Z (almost 10 years ago)
- Last Synced: 2025-03-08T08:12:42.616Z (about 2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcm-send
command line tool to send notification to your phone using [gcm-server](https://github.com/kessler/gcm-server) and [android notifier](https://github.com/kessler/android-notifier)
```
npm install -g send-gcm
```create an .gcm-sendrc file somewhere, see config.js for more details
```
gcm-send hi whatsup?
```