Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

metalsmith-cloudinary

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

metalsmith-cloudinary

A metalsmith plugin for retrieving data from the cloudinary api.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

metalsmith-cloudinary

npm version dependency status devdependency status downloads

A metalsmith plugin for retrieving data from the cloudinary api

stack overflow slack chat

This plugin allows you to retrieve data from the cloudinary API. For support questions please use stack overflow or our slack channel. For questions about cloudinary try the aforementioned channels, as well as their documentation. Specifically the part concerning the admin api, which is what this plugin provides access to.

Installation

$ npm install metalsmith-cloudinary

Example

Configuration in metalsmith.json:

{
  "plugins": {
    "metalsmith-cloudinary": {
      "cloud_name": "your_cloud_name_here",
      "api_key": "your_api_key_here",
      "api_secret": "your_api_secret_here",
    }
  }
}

metalsmith-cloudinary will query the Cloudinary api and store the results in the metadata under cloudinary, indexed by public id.

Options

You can pass options to metalsmith-cloudinary with the Javascript API or CLI. The options are:

  • cloud_name: your cloud name (required)
  • api_key: your api key (required)
  • api_secret: your api secret (required)
  • params: an optional object of parameters to pass to the cloudinary api (optional)

License

MIT

FAQs

Package last updated on 19 Feb 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc