bing-wallpaper

0.1.3 • Public • Published

bing-wallpaper Build Status

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

Bitdeli Badge

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    1
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i bing-wallpaper

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • olohmann