Generate inspirational quotes using a simple Markov chain
npm install
Use the included quotes.json
which constains some 2 Chainz lyrics
[
{
"quote": "This is a quote",
"author": "Justin Long"
}
]
Run node scrape.js
This will scrape http://www.brainyquote.com and generate quotes.json
Run node generate.js
N.B. If you have a cycle in your chain or no diverging links, this may run forever or until your computer crashes.