Skip to content

Webfit-project/random_string_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

random string detection in javascript for short and long string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published