1.0.0 • Published 10 years ago
wolpi v1.0.0
:tada: Find link to
WallpaperOfTheDayand easily fetch random wallpaper's link
Install
$ npm install --save wolpiUsage
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
1.0.0
10 years ago
