Cloudinary

Cloudinary

Cloudinary is a cloud-based media management platform that provides a comprehensive set of tools and services for managing and delivering images and videos on the web and mobile applications. It offers features such as automatic image optimization, responsive image delivery, video transcoding, and image and video manipulation, all accessible through a simple API.

One of the main advantages of Cloudinary is that it provides developers with a simple and intuitive interface to manage their media files, as well as an extensive set of features that can be easily integrated into any web or mobile application. It also has a generous free plan that allows developers to test and use its features before committing to a paid plan.

Cloudinary is used by a wide range of companies, including Forbes, StubHub, and Hootsuite, and it has received positive reviews for its ease of use, reliability, and performance.

NPM downloads

Github stars

Github forks

Number of contributors

Number of contributors 30 days

Homepage

https://cloudinary.com/

Pepository

https://github.com/cloudinary/cloudinary_npm

NPM

https://www.npmjs.com/package/cloudinary

Number of Contributors

70

Number of days since last commit

56

Top contributors all time

Amir Tocker218
Tal Lev-Ami95
cloudinary-pkoniu61
patrick-tolosa61
strausr47
RTLcoil44
Daniel Cohen40
cloudinary-bot33
Nadav Soferman31
Patryk Konior29
Danny Valentine18
nadavofi17
Yomes13
Raya Straus10
Raz Konforti9
Stephen8
Itai Benari6
Karl Horky6
Naman Goel6
tamara6

Readme

Cloudinary Node SDK

About

The Cloudinary Node SDK allows you to quickly and easily integrate your application with Cloudinary.
Effortlessly optimize, transform, upload and manage your cloud's assets.

Note

This Readme provides basic installation and usage information.
For the complete documentation, see the Node SDK Guide.

Table of Contents

Key Features

Version Support

SDK Version node 6-16
1.0.0 & up V

Installation

npm install cloudinary

Usage

Setup

// Require the Cloudinary library
const cloudinary = require('cloudinary').v2

Transform and Optimize Assets

cloudinary.url("sample.jpg", {width: 100, height: 150, crop: "fill", fetch_format: "auto"})

Upload

cloudinary.v2.uploader.upload("/home/my_image.jpg", {upload_preset: "my_preset"}, (error, result)=>{
  console.log(result, error);
});

Large/Chunked Upload

   cloudinary.v2.uploader.upload_large(LARGE_RAW_FILE, {
          chunk_size: 7000000
        }, (error, result) => {console.log(error)});

Security options

Contributions

  • Ensure tests run locally (add test command)
  • Open a PR and ensure Travis tests pass

Get Help

If you run into an issue or have a question, you can either:

About Cloudinary

Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive and personalized visual-media experiences—irrespective of the viewing device.

Additional Resources

Licence

Released under the MIT license.

Tags

cdncloudcloudinary-sdkimage-compressionimage-manipulationimage-transformationsimage-uploadernodejsnpm-packageoptimize-imagesresponsive-imagestransform-imagesvideovideo-transcodingvideo-transformationvideo-uploadweb-developmentweb-optimization