1.0.3 • Published 2 years ago

create-node-cloudinary-basic v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

create-node-cloudinary-basic

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@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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago