Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cvan/contains-pii

Search text for sensitive personal data
https://github.com/cvan/contains-pii

Last synced: 4 months ago
JSON representation

Search text for sensitive personal data

Awesome Lists containing this project

README

        

# contains-pii

[![CircleCI](https://circleci.com/gh/cvan/contains-pii.svg?style=svg)](https://circleci.com/gh/cvan/contains-pii)

A library for detecting Personally Identifiable Information (PII) in strings of text.

## Getting started

0. Ensure you have [Node.js 10+](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/getting-started/installing-node) installed and available on your system.
1. Clone [this Git repo](https://github.com/cvan/contains-pii):

```sh
git clone [email protected]:cvan/contains-pii.git && cd contains-pii
```

2. Install the Node.js dependencies:

```sh
npm install
```

3. Run the tests:

```sh
npm test
```

## Documentation

- [Guidelines for Contributing](./CONTRIBUTING.md)

## License

All code and text in [this repo](https://github.com/cvan/contains-pii) is [licensed](./LICENSE.md) under the [Creative Commons — CC0 1.0 Universal (CC0 1.0) license](https://creativecommons.org/publicdomain/zero/1.0/).