galileo-screen

1.0.5 • Public • Published

galileo-screen

usage example

var screen = require('galileo-screen');

response = screen.wrapLines(response); //if your output is not wrapped, try A20NOVIEVCPH (availability screen)

if (previous_response) {
    response = screen.mergeResponse(previous_response, response);
}

if (screen.hasMore(response)) {
    //execute next MD somehow
} else {
    callback(null, response);
}

/galileo-screen/

    Package Sidebar

    Install

    npm i galileo-screen

    Weekly Downloads

    1,456

    Version

    1.0.5

    License

    UNLICENSED

    Last publish

    Collaborators

    • articice