alexwhitman / node-pushbullet-api

PushBullet API module for Node.js
165 stars 36 forks source link

Updated API to version 2 and added support for email notifications #5

Closed kokarn closed 10 years ago

kokarn commented 10 years ago

There seems to be a lot of hidden API things that the pushbullet.com site uses that we can easily use if we like.

This adds support for one of them, notifications via Email adress

alexwhitman commented 10 years ago

Can we rely on this to not suddenly change without warning seeing as it's not publicly documented?

kokarn commented 10 years ago

It seems that way at least. AFAIK it's been the exact same at least since november 2013.

Maybe doing a different approach where you support both versions of the API is something to aim for?