Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LINCnil/CookieViz

CookieViz est un outil de visualisation qui permet de mesurer l'impact des cookies lors de votre propre navigation.
https://github.com/LINCnil/CookieViz

Last synced: 4 months ago
JSON representation

CookieViz est un outil de visualisation qui permet de mesurer l'impact des cookies lors de votre propre navigation.

Awesome Lists containing this project

README

        

CookieViz (Français)
===

**CookieViz est un outil de visualisation qui permet de mesurer l'impact des cookies lors de votre propre navigation.**

Cookieviz analyse les interactions entre un navigateur et des sites et serveurs distants. Vous pourrez savoir à quels autres acteurs le site que vous visitez envoie des informations.

## Utilisation

Assurez-vous d'avoir la plateforme logicielle [node.js](https://nodejs.org/fr/download/) et [git](https://git-scm.com/downloads) installés sur votre système.

1. Depuis un terminal, récupérer le code de CookieViz :

* ``git clone https://github.com/LINCnil/CookieViz``

2. Configurer et lancer CookieViz :

* ``npm install``

* ``npm run start``


Vous pouvez également générer des binaires de CookieViz pour les plateformes Windows, Mac et Linux en utilisant la commande ``npm run dist``.

## Contribuer

**CookieViz est disponible sous license GPLv3 et peut être enrichi par chacun des utilisateurs.** Les plus expérimentés peuvent améliorer cette version initiale de notre outil ou corriger d’éventuels bugs. N'oubliez pas de soumettre vos contributions via des pull-requests.

**Vous avez une idée que vous souhaitez partager avec nous pour améliorer ce projet ?** Vous avez envie de vous appuyer sur cette base pour construire un projet de pédagogie de la traçabilité numérique ? Contactez l’équipe du laboratoire CNIL par mail - ip(at)cnil.fr - ou via le compte Twitter [@LINCnil](https://twitter.com/LINCnil).

Pour de plus amples informations, voir le fichier ``LICENSE`` inclus.

# CookieViz (English)

**CookieViz is a vizualization tool allowing to view cookies impact during your browsing.**

CookieViz analyzes the interactions between your web browser and the remote servers and websites. You will be able to know to which other player the site you're visiting sends information.

## Usage

Make sure you have the software platform [node.js] (https://nodejs.org/en/download/) and [git] (https://git-scm.com/downloads) installed on your system.

1. From a terminal, retrieve the CookieViz code:

* ``git clone https://github.com/LINCnil/CookieViz``

2. Configure and launch CookieViz:

* ``npm install``

* ``npm run start``

You can also generate CookieViz binaries for Windows, Mac and Linux platforms using the ``npm run dist'' command.

## Contribute
**CookieViz is available under the terms of the GPLv3 license and can be enriched by any of its users.** The most experimented can improve this initial version of our tool or correct potential bugs. Don't forget to submit your contributions *via* pull-requests.

**You have an idea you wish to share with us to improve this project ?** You want to rely on this base to build a teaching project on numerical traceability ? Contact the team of the CNIL lab by mail - ip(at)cnil.fr - or *via* the Twitter account [@CNIL](https://twitter.com/CNIL).

For more information, see the `LICENSE` file included.