textshield-node
v1.0.2
Published
Powerful method to protect sensitive information aganist unwanted web crawlers/scrapers
Readme
TextShield for Node.js
Server-side TextShield support for Node.js
Getting started
Install TextShield for Node.js plugin with npm:
$ npm install textshield-nodePlugin is reachable through default export.
import TextShield, { DecodeCost } from "textshield-node";To protect a text, TextShield.encode(text: string, cost: number) does a job.
TextShield.encode("[email protected]", DecodeCost.Low);Contribution
Any kind of contributions or questions are heartly welcomed.
License
TextShield is released under the MIT License.
