Skip to content

oafmedium/meteor-cloudinary

Repository files navigation

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.

About

Cloudinary Package for Meteor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published