uploadcare / uploadcare-node

Node module for uploadcare.com
MIT License
37 stars 21 forks source link

Added method for storing against custom storage #8

Closed yanneves closed 9 years ago

yanneves commented 9 years ago

Need this in a current project - works differently to the existing store method.

RexMorgan commented 9 years ago

Thanks, I've merged and pushed this to npm. I also added an example in examples/usage.js

yanneves commented 9 years ago

@RexMorgan Awesome, cheers, I was going to add an example but wasn't sure if it would break if I made up a target.

RexMorgan commented 9 years ago

@aaunel no problem, it does break, but I have a custom store with my uploadcare api keys that matches that. Unfortunately the usage.js has turned into my make-shift unit tests, lol.