cloudinary / cloudinary_npm

Cloudinary NPM for node.js integration
625 stars 321 forks source link
cdn cloud cloudinary-sdk hacktoberfest image-compression image-manipulation image-transformations image-uploader nodejs npm-package optimize-images responsive-images transform-images video video-transcoding video-transformation video-upload web-development web-optimization

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 version
1.x.x Node@6 & up
2.x.x Node@9 & up

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

Contributions

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.