dstroot / skeleton

Node Express MongoDB Bootstrap Passport... all rolled up into juicy goodness
skeleton-app.jit.su
MIT License
369 stars 47 forks source link

Can we use Cloudinary Images? #37

Closed pepcha closed 9 years ago

pepcha commented 9 years ago

Hi Dan Stroot,

Thank you for creating skeleton project. I am using this as a basis for one of the major projects. I am wondering if we can integrate cloudinary like keystoneJs into this application?

Thanks lavanya

dstroot commented 9 years ago

Sure - if you host your images on Cloudinary you just point to them in your img tags. Otherwise I'm not sure I understand your question.

Cheers!

pepcha commented 9 years ago

Thanks for the reply. Sorry for not being clear on my question.

I am trying to upload profile images instead of using gravatar and planning to use cloudinary to save all the images.

Was wondering if we can use something like that or if there is anything that you would like to suggest.

Thanks Lavanya

dstroot commented 9 years ago

I like the idea of uploading your own avatar - if I was building it out I would probably us AWS S3 as storage. However Cloudinary gives you some flexibility on how it creates image sizes on the fly. I see no reason why it should not work. Best of luck.