Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.72 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.72 KB

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: