bozhao:cloudinary

v0.0.6Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Cloudinary for Meteor

This package provides access to the powerful image transformation API of Cloudinary and upload capabilities via the official Node.js (cloudinary/cloudinary_npm) and jQuery(cloudinary/cloudinary_js) packages.

Installation

Enter in your Meteor app directory:

$ meteor add oaf:cloudinary

Authentication

Provide your Cloudinary credentials via Meteor settings. You can find your Cloudinary authentication credentials in your Cloudinary Management Console.

{
  "public": {
    "CLOUDINARY_CLOUD_NAME": "<your cloud name>",
    "CLOUDINARY_API_KEY": "<your api key>"
  },
  "CLOUDINARY_API_SECRET": "<your api secret>"
}

License

This Meteor package is licensed under the MIT license.