1.0.0 • Published 4 years ago

@ynnoj/gatsby-source-hubspot-forms v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

gatsby-source-hubspot-forms

Gatsby source plugin for HubSpot form data

This project is a fork of gatsby-source-hubspot-forms by Jamal Jean-Tobias

Install

yarn add @ynnoj/gatsby-source-hubspot-forms

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `@ynnoj/gatsby-source-hubspot-forms`,
    options: {
      apiKey: '...',
    },
  },
],