Skip to content

Commit

Permalink
renaming process
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoschubert committed May 27, 2018
1 parent d637296 commit fe6f6f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<h1 align="center">GDPR Check</h1>
<h1 align="center">GDPR CLI</h1>

<p align="center">
<img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/>
<a href="https://github.com/mirkoschubert/gdpr-check/blob/master/LICENSE.md">
<img src="https://img.shields.io/github/license/mirkoschubert/gdpr-check.svg" />
<a href="https://github.com/mirkoschubert/gdpr-cli/blob/master/LICENSE.md">
<img src="https://img.shields.io/github/license/mirkoschubert/gdpr-cli.svg" />
</a>
</p>

Expand All @@ -12,28 +12,28 @@

---

**GDPR Check** is a easy-to-use command line tool for checking any given website for GDPR compliance. Since it is based on Node.js, the application is browser- and OS-independant. For everyone, who hasn't installed Node.js, I have planned to publish a pre-installed Package für macOS and Windows as well.
**GDPR CLI** is a easy-to-use command line tool for checking any given website for GDPR compliance. Since it is based on Node.js, the application is browser- and OS-independant. For everyone, who hasn't installed Node.js, I have planned to publish a pre-installed Package für macOS and Windows as well.

This command line tool scrapes a website for HTML-, CSS- and JavaScript-Files and tries to detect code, which is possibly sending personal data to other services, such as Google, Facebook, Instagram, WordPress and many more.

### Warning

This software is still in early alpha, so please use it at your own risk! If you find a bug or software incompability, please report it immediately by opening a ticket in the [Issues Section](https://github.com/mirkoschubert/gdpr-check/issues). If you are familiar with Node.js and JavaScript programming, feel free to contribute by forking and/ or sending pull requests.
This software is still in early alpha, so please use it at your own risk! If you find a bug or software incompability, please report it immediately by opening a ticket in the [Issues Section](https://github.com/mirkoschubert/gdpr-cli/issues). If you are familiar with Node.js and JavaScript programming, feel free to contribute by forking and/ or sending pull requests.

Neither I nor this program are giving any legal advice. **GDPR Check** can not assist you with your website administration or the preperation of legal documents such as an imprint or a privacy notice. It simply helps you by (unobtrusively) revealing possible security flaws, which could affect the data securitiy of any visitor of your website. For more information please consult your lawyer.
Neither I nor this program are giving any legal advice. **GDPR CLI** can not assist you with your website administration or the preperation of legal documents such as an imprint or a privacy notice. It simply helps you by (unobtrusively) revealing possible security flaws, which could affect the data securitiy of any visitor of your website. For more information please consult your lawyer.

### Installation

For installing **GDPR Check** you need to have [node.js](https://nodejs.org/en/) and a package manager such as [npm](https://www.npmjs.com) or [yarn](https://yarnpkg.com/en/) already installed. If you use `npm`, you can install this package with the following command:
For installing **GDPR CLI** you need to have [node.js](https://nodejs.org/en/) and a package manager such as [npm](https://www.npmjs.com) or [yarn](https://yarnpkg.com/en/) already installed. If you use `npm`, you can install this package with the following command:

```
npm install -g gdpr-check
npm install -g gdpr-cli
```

With `yarn` it is just as easy as that:

```
yarn global add gdpr-check
yarn global add gdpr-cli
```

That's all - have fun!
Expand Down Expand Up @@ -62,7 +62,7 @@ There are some options already, but they still need some improvement. I will upd
* [ ] FontAwesome
* [x] Local Fonts
* [x] Check for DNS Prefetching
* [ ] Check for Analytics Tools
* [x] Check for Analytics Tools
* [x] Google Analytics
* [x] Google Tag Manager
* [x] Matomo / Piwik
Expand All @@ -83,4 +83,4 @@ There are some options already, but they still need some improvement. I will upd

### Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/mirkoschubert/gdpr-check/issues).
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/mirkoschubert/gdpr-cli/issues).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gdpr-check",
"name": "gdpr-cli",
"version": "0.3.0",
"description": "Checks websites for GDPR compliance",
"main": "index.js",
Expand Down

0 comments on commit fe6f6f5

Please sign in to comment.