0.0.2 • Published 8 years ago

random-string-detection v0.0.2

Weekly downloads
5
License
Apache2
Repository
github
Last release
8 years ago

Random string detection for node.js

random string detection in javascript for short and long string, initialy developped to detect random nickname and channel name on irc

Installation

To install randomstring, use npm:

npm install random-string-detection

Usage

var rsd = require("random-string-detection");
var score = rsd.detector("Hello i'am not a random string");
console.log(score);

LICENSE

random_string_detection is licensed under the APACHE V2 license.