I would like to integrate Cloudinary to my angular-meteor project. I got the following problems.
I know there is an meteor package lepozepo:cloudinary for implementing cloudinary in meteor, but it do not support angularJS and it seem that the package doesn't provide the method to generate the signature for direct browser upload, or maybe it is not documented.
The official cloudinary_ng seem only have bower package (no npm support). How can I generate the signature for direct browser upload using Cloudinary node.js package in meteor. It is hard to understand by reading the official documentation and lack of examples.
Anyone could help?