Skip to content

Shows the finished result of the Node.js SDK Quick Start instructions provided in the Cloudinary documentation.

Benachrichtigungen You must be signed in to change notification settings

cloudinary-devs/cld-node-sdk-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Cloudinary Node.js SDK Quick Start

This small Node.js project shows the finished result of the Node.js SDK Quick Start instructions provided in the Cloudinary documentation.

Feel free to fork this project and use it as a quick way to get started playing with the Cloudinary Node.js SDK. However, keep in mind that the intention of this code is to help developers quickly get started using several common Cloudinary features. It doesn't necessarily employ coding best practices and the code isn't intended for production.

Running the script

To run the script:

  1. Clone this repo.
  2. Open a terminal in the cld-node-sdk-quick-start folder.
  3. Set your Cloudinary API Environment variable:
    export CLOUDINARY_URL=cloudinary://<api_key>:<api_secret>@<cloud_name>
    
    You can find your API Environment variable in the Account Details section of your Cloudinary console.
  4. Install Cloudinary:
    npm install cloudinary
    
  5. Run the script:
    node index.js
    

Über uns

Shows the finished result of the Node.js SDK Quick Start instructions provided in the Cloudinary documentation.

Ressourcen

Stars

Watchers

Forks