Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 803 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 803 Bytes

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 ⭐