bing-wallpaper
v0.1.3
Published
Set the daily bing picture as your wallpaper.
Downloads
12
Maintainers
Readme
bing-wallpaper
Get the daily bing picture as your wallpaper.
Works on OS X, Linux and Windows.
CLI
Install
$ npm install --global bing-wallpaper
Usage
$ bing-wallpaper --help
Usage
$ bing-wallpaper [locale]
Example
$ bing-wallpaper ja-JP // uses bing Japan's daily bing picture
$ bing-wallpaper // defaults to en-US
Programmatic
Install
$ npm install --save bing-wallpaper
Usage
var bing-wallpaper = require('bing-wallpaper');
var options = { locale: 'en-US' };
bingWallpaper(options, function(err) {
if (err) {
console.error(err);
}
});
API
(options, callback)
options
Optional
Type: object
Default:
{
locale: 'en-US'
}
callback(error)
Required
Type: function
License
MIT © Oliver Lohmann