šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

gatsby-source-cloudinary

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-cloudinary

Gatsby source plugin to fetch files from Cloudinary into Gatsby.

0.1.3
Source
npm
Version published
Weekly downloads
454
-25.21%
Maintainers
1
Weekly downloads
Ā 
Created
Source

Gatsby-Source-Cloudinary

This plugin is still in development, however you can try it out to query media files (videos) from your cloudinary account.

To use, in your Gatsby project run:

npm install --save gatsby-source-cloudinary

In your gatsby-config.js file, include the plugin like this:

{
    resolve:`gatsby-source-cloudinary`,
    options:{
    cloudName: 'xxxx',
    apiKey: 'xxxxxxxxxxxxxx',
    apiSecret: 'xxxxxxxxxxxxx'
    }
}

Obtain your cloudname, key and secret from your cloudinary console when you signup at http://cloudinary.com

Feel free to create feature requests.... and PRs :)

Keywords

gatsby

FAQs

Package last updated on 07 Oct 2018

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