Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lemonsqueezy/gridsome-lemonsqueezy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lemonsqueezy/gridsome-lemonsqueezy

Lemon Squeezy plugin for Gridsome

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@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).

Keywords

FAQs

Package last updated on 14 Jan 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc