Skip to content

Latest commit

 

History

History

Cloudinary

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Cloudinary

What is Cloudinary ?

  • Cloudinary's Node.js SDK provides simple, yet comprehensive image and video upload, transformation, optimization, and delivery capabilities that you can implement using code that integrates seamlessly with your existing Node.js application.

Set up and configure the SDK

Install the SDK

  • In a terminal in your Node.js environment run:
   npm install cloudinary

Set your API environment variable

  • In a terminal, set your CLOUDINARY_URL environment variable.

  • Replace CLOUDINARY_URL=cloudinary://API_KEY:API_SECRET@CLOUD_NAME with the API environment variable copied from your account credentials:

    • On Mac or Linux:
      export CLOUDINARY_URL=cloudinary://API_KEY:API_SECRET@CLOUD_NAME
    
    • On Windows:
      set CLOUDINARY_URL=cloudinary://API_KEY:API_SECRET@CLOUD_NAME
    

Cloudinary features and capabilities: