bingbg
v0.0.1
Published
A package to get a bing wallpaper (Using Puppeteer)
Downloads
2
Maintainers
Readme
BingBG
BingBG is a package to get the current day's bing wallpaper. That's basically it.
Usage
const getBackground = require("bingbg"); // It's a Promise, you can use async/await
getBackground().then(bg => {
console.log("URL: " + bg.url);
console.log("Time it took: " + bg.time);
});