🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

create-node-cloudinary-basic-server-app

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-node-cloudinary-basic-server-app

Cloudinary Node JS SDK console app starter template

1.0.2
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

create-node-cloudinary-basic-server-app

Cloudinary Node SDK Console App Starter

Creates a Node JS console application that have the Cloudinary library integration and basic sample usage.

The basic sample uploads local and remote image to Cloudinary and generates URLs for applying various image transformations on the uploaded files.

Installation

To create a Node JS basic project containing the Cloudinary SDK, run:

npx create-node-cloudinary-basic-server-app@latest my_cldnodejs_project

The index.js have functions and the application entry is using the main():

if (require.main === module) {
  main();
}

The sample modules are in the folder ./src.

Additional resources

  • Node integration documentation
  • Image transformations documentation
  • Node Image Upload

Keywords

cld-nodejs-template

FAQs

Package last updated on 11 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts