1.4.2 • Published 5 years ago

dilbert v1.4.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago