@tizy/hagreed
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i @tizy/hagreed

Homepage

hagreed.com

Weekly Downloads

32

Version

1.1.0

License

none

Unpacked Size

235 kB

Total Files

36

Last publish

Collaborators

  • sylvain_tizy