1.0.2 • Published 7 years ago
textshield-node v1.0.2
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("example@example.com", DecodeCost.Low);Contribution
Any kind of contributions or questions are heartly welcomed.
License
TextShield is released under the MIT License.