gatsby-plugin-dataunlocker

DataUnlocker integration with Gatsby-powered websites.
This means each time your website is built, DataUnlocker's script is injected automatically.
You don't need to manually inject DataUnlocker's script, but you still need to create proxy
endpoints in DataUnlocker Admin Console.
Usage
Add gatsby-plugin-dataunlocker
to your project with:
npm install gatsby-plugin-dataunlocker
Now in your gatsby-config.js
, use the following:
module.exports = {
plugins: [
{
resolve: 'gatsby-plugin-dataunlocker',
options: {
propertyId: '6751714b4c5980736a4b6aaa',
scriptVersion: 'latest',
},
},
],
};
License
MIT © DataUnlocker