how-to-what
v1.0.0
Published
Gets random instructions from wikiHow.
Downloads
14
Maintainers
Readme
how-to-what
A fun module that gets articles from wikiHow for random instructions.
const wikihow = require('how-to-what');
// Use getSteps() for an array of steps.
wikihow.howTo('make an NPM module')
.then(console.log)
.catch(console.error);