https://github.com/fredrikaugust/pb-notifications
Program for mirroring phone notifications using pushbullet
https://github.com/fredrikaugust/pb-notifications
notification-mirroring pushbullet pushbullet-api websocket ws
Last synced: 8 months ago
JSON representation
Program for mirroring phone notifications using pushbullet
- Host: GitHub
- URL: https://github.com/fredrikaugust/pb-notifications
- Owner: FredrikAugust
- Created: 2018-02-21T16:33:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T17:06:14.000Z (over 8 years ago)
- Last Synced: 2025-01-31T10:42:35.474Z (over 1 year ago)
- Topics: notification-mirroring, pushbullet, pushbullet-api, websocket, ws
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pushbullet notification mirroring

## Installing and running
- Get yourself a Pushbullet API key
- Clone the repo
- Navigate in and type `yarn`
- Wait while yarn does its thing :thinking:
- `PUSHBULLET_API_KEY=$YOUR_KEY_GOES_HERE node index.js` or _chmod_ it (`chmod +x index.js`) and `PUSHBULLET_API_KEY=$YOUR_KEY_GOES_HERE ./index.js`
You can also add this to `rc.local` or something along those lines if you with for it to start when you boot your computer.