samyarkd / medusa-imgur

Use Imgur as a filservice for medusajs

Home Page:https://www.npmjs.com/package/medusa-imgur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

medusa-imgur

Use Imgur as a filservice for medusajs

Imgur’s API exposes the entire Imgur infrastructure via a standardized programmatic interface. Using Imgur’s API, you can do just about anything you can do on imgur.com

Install

Run the bellow command and follwo the instructions

npm i medusa-imgur

Useage

First of all we need your clientId nad clientSecret to obtain them you should

And then in the medusa-config.js add the plugin and credentials.

const plugins = [
  // ...
  {
    resolve: `medusa-imgur`,
    options: {
      clientId: string,
      clientSecret: string,
    },
  },
]

Thats it enjoy it ⭐

About

Use Imgur as a filservice for medusajs

https://www.npmjs.com/package/medusa-imgur


Languages

Language:TypeScript 89.0%Language:JavaScript 11.0%