Just a simple wrapper of go-pushbullet with some settings set in a configuration yaml
- set your API key, channel tag, etc. in the configuration
yaml
fileconfig/pushbullet.yml
- create a push bullet notifier by the
New("YOUR CONFIG PATH")
command - push
Notify("title", "content")