1.0.9 • Published 10 days ago

@tizy/hagreed v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
10 days ago

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

1.0.9

10 days ago

1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

8 months ago

1.0.0-beta.0

8 months ago

1.0.0

8 months ago