how-to-what

1.0.0 • Public • Published

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);

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i how-to-what

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • 1computer