# Markov Chain Generator

[![Build Status](https://travis-ci.org/tgrowden/MarkovChainGenerator.svg?branch=master)](https://travis-ci.org/tgrowden/MarkovChainGenerator)

This is a simple Javascript class for generating [Markov Chains](https://en.wikipedia.org/wiki/Markov_chain).

## Example

See [the example code](example/index.js)

## Demo

[See it in action](http://tgrowden.github.io/MarkovChainGenerator/)

## License

This software is provided free under the [MIT License](LICENSE.txt).
