@tizy/hagreed
v1.2.7
Published
GDPR (General Data Protection Regulation) compliance support tool
Downloads
204
Maintainers
Readme
Hagreed
Hagreed is a GDPR (General Data Protection Regulation) compliance support tool
Installation
First, go to hagreed.com and subscribe to a free or premium plan to obtain a token and register your website.
Using npm:
npm install @tizy/hagreed
Usage
import Hagreed from '@tizy/hagreed';
const hagreedManager = new Hagreed('insert-your-token-here');
hagreedManager.cookiesList = [];
hagreedManager.consentsFormList = [];
hagreedManager.init();
<div id="hagreed" class="hagreed"></div>
</body>
</html>
For the integration of Hagreed on React, you can use the @tizy/hagreed_react package
Documentation & Examples
After subscribing to a plan and registering your website on hagreed.com, you will be able to download the complete documentation in the final step.
You can find examples of use on our Github https://github.com/tizystudio/hagreed