alexwhitman / node-pushbullet-api

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

Push file also supports url #16

Closed davidyen1124 closed 8 years ago

davidyen1124 commented 9 years ago

Support url link in push.file function :smile:

alexwhitman commented 8 years ago

Thanks for the pull request. Instead of adding another function I'd prefer that a check was performed in file which checks whether filePath is a url and then does the push. Saves adding another function to the library.

davidyen1124 commented 8 years ago

@alexwhitman I remove urlFile function. Also check it's an url or file path in at the beginning of file function.