Skip to content

fuzzzems/markov-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

markov-js

Javascript implementation of Markov Chains

Example Usage

	var generator = new MarkovTweet();
	generator.addData();
	console.log(generator.buildTweet());

About

Javascript implementation of Markov Chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published