1.1.2 • Published 2 years ago

cat-markov v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

Cat-Markov

A markov chain generator.

Installation

NPM

npm i --save cat-markov

Yarn

yarn add cat-markov

Usage

JavaScript

const Markov = require('cat-markov').default;
const markov = new Markov();
markov.seed(['an array', 'of strings', 'to populate', 'the markov with']);
const keys = markov.create();

TypeScript

import Markov from 'cat-markov';
const markov = new Markov();
markov.seed(['an array', 'of strings', 'to populate', 'the markov with']);
const keys = markov.create();
1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago