Quotidien Shaarli
May 27, 2016
Push custom notifications to your Android Watch from Linux command line or scripts | Shekhar Govindarajan's Blog
curl --header 'Authorization: Bearer <access-token>' -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "<title>", "body": "<body>"}'