random string detection in javascript for short and long string, initialy developped to detect random nickname and channel name on irc
To install randomstring, use npm:
npm install random-string-detection
var rsd = require("random-string-detection");
var score = rsd.detector("Hello i'am not a random string");
console.log(score);
random_string_detection is licensed under the APACHE V2 license.