medusa-imgur

0.0.9 • Public • Published

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

Package Sidebar

Install

npm i medusa-imgur

Weekly Downloads

9

Version

0.0.9

License

MIT

Unpacked Size

5.98 kB

Total Files

6

Last publish

Collaborators

  • samyarkd