A Bing wallpaper API interface that can directly image output images.
925
For details, see https://www.hestudio.net/docs/hestudio_bing_wallpaper_get.html
Run port at
3000
GET /getimage
GET /gettitle
Return parameters:
| Parameters | Description |
|---|---|
title | title |
GET /getcopyright
Return parameters:
| Parameters | Description |
|---|---|
copyright | Copyright information |
copyrightlink | The link corresponding to the copyright information |
docker pull hestudio/bingwallpaper_get
docker run -d -p 3000:3000 hestudio/bingwallpaper_get
git clone https://github.com/hestudio-community/bing-wallpaper-get.git
cd bing-wallpaper-get
npm install
npm run server
npm install hestudio-bingwallpaper-get
echo "require('hestudio-bingwallpaper-get')" >> server.js
node server.js
Content type
Image
Digest
sha256:478737ac4…
Size
60.2 MB
Last updated
7 months ago
docker pull hestudio/bingwallpaper_get