@lemonsqueezy/gridsome-lemonsqueezy

0.1.0 • Public • Published

@lemonsqueezy/gridsome-lemonsqueezy

Lemon Squeezy plugin for Gridsome.

Install

  • npm install @lemonsqueezy/gridsome-lemonsqueezy
  • yarn add @lemonsqueezy/gridsome-lemonsqueezy

Usage

module.exports = {
    plugins: [
        {
            use: '@lemonsqueezy/gridsome-lemonsqueezy',
            options: {
                apiKey: process.env.LSQ_API_KEY,
                storeId: process.env.LSQ_API_STORE_ID,
            }
        }
    ]
}

Create a .env file in the root of your Gridsome project and add LSQ_API_KEY and LSQ_API_STORE_ID variables.

Options

apiKey

  • Type: string required

Your Lemon Squeezy API key.

storeId

  • Type: string required

The ID of your Lemon Squeezy store.

apiUrl

  • Type: string optional
  • Default: 'https://api.lemonsqueezy.com/v1/'

The URL to the Lemon Squeezy API (useful for local testing).

insecure

  • Type: boolean optional
  • Default: true

If the HTTP client should verify SSL certificates (useful for local testing).

Package Sidebar

Install

npm i @lemonsqueezy/gridsome-lemonsqueezy

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

6.03 kB

Total Files

4

Last publish

Collaborators

  • mauryaratan
  • brankoconjic
  • gilbitron