bing-image

0.1.1 • Public • Published

node-bing-image

Install

$ npm i bing-image

Usage

Default

const bing = require('bing-image');

const callbackFn = (err, url) {
    console.log(url);
};

bing.getPicUrl(callbackFn);

Optionally

const bing = require('bing-image');

const imageSize = {
    width: 1920,
    height: 1080
};

const callbackFn = (err, url) => {
    console.log(url);
};

bing.getPicUrl(callbackFn, imageSize);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i bing-image

      Weekly Downloads

      2

      Version

      0.1.1

      License

      MIT

      Unpacked Size

      2.94 kB

      Total Files

      4

      Last publish

      Collaborators

      • lisposter