dilbert

1.4.2 • Public • Published

dilbert

Gets the today's image of the dilbert website!
https://dilbert.com/

NPM

npm install --save dilbert

Usage

const dilbert = require('dilbert');
  
// Gets dilbert of today
dilbert.getToday((image) => {
    console.log(image);
});

// Gets dilbert of the specified date
dilbert.getDate(new Date(2019,1,19), (image) => {
    console.log(image);
});

/dilbert/

    Package Sidebar

    Install

    npm i dilbert

    Weekly Downloads

    11

    Version

    1.4.2

    License

    ISC

    Unpacked Size

    2.16 kB

    Total Files

    3

    Last publish

    Collaborators

    • nickvb