dream-generator
v0.1.2
Published
Generate a description of a dream
Downloads
4
Readme
Dream Generator
I dreamed
there was a piece of blue-green sea glass
weathered with time, but still glinting in the sun
and inside the frosted glass
there was a sailing ship
safely enclosed
sails billowing
we had been there forever
and your hand was soft
Demo website
There's a demo website hosted on Glitch.
The demo website's code is here.
Install globally and run from the command line
npm install --global dream-generator
dream
dream 3 # print out 3 dreams
Use from code
let makeDream = require('dream-generator');
console.log(makeDream());
Working on it
Run it
node cli.js
See live changes as you edit the code
npm run watch