wolpi
v1.0.0
Published
Find link to WallpaperOfTheDay and easily fetch random wallpaper's link
Downloads
4
Maintainers
Readme
:tada: Find link to
WallpaperOfTheDay
and easily fetch random wallpaper's link
Install
$ npm install --save wolpi
Usage
Wallpaper Of The Day
'use strict';
const wolpi = require('wolpi');
wolpi().then(imageLink => {
console.log(imageLink);
// => { wallpaper: 'http://..../big_89d6f773e4e237f5d6189b83f87.png' }
});
Random Wallpapers
'use strict';
const wolpi = require('wolpi');
wolpi.random().then(imageLink => {
console.log(imageLink);
// => { wallpaper: 'http://.../animals/big/big_dd944ab9966db34b.jpg' }
});
Related
wolly
: Downloading wallpapers through command line done right!
Thanks
The PaperWall
for providing cool wallpapers
License
MIT © Rishi Giri