An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Pushbullet notification mirroring

![screenshot of notification](https://i.imgur.com/kIhEJY2.jpg)

## 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.