random-string-detection

0.0.2 • Public • Published

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.

/random-string-detection/

    Package Sidebar

    Install

    npm i random-string-detection

    Weekly Downloads

    3

    Version

    0.0.2

    License

    Apache2

    Last publish

    Collaborators

    • webfit