{"name":"hestudio-bingwallpaper-get","version":"1.4.9","description":"A Bing wallpaper API interface that can directly image output images.","main":"get.js","scripts":{"server":"node get.js"},"repository":{"type":"git","url":"git+https://github.com/hestudio-community/bing-wallpaper-get.git"},"author":{"name":"heStudio","email":"hestudio@hestudio.net","url":"https://www.hestudio.net/about"},"license":"MIT","bugs":{"url":"https://github.com/hestudio-community/bing-wallpaper-get/issues","email":"hestudio@hestudio.net"},"homepage":"https://www.hestudio.net/docs/hestudio_bing_wallpaper_get.html","keywords":["hestudio","bingwallpaper","bing","wallpaper","api"],"displayName":"heStudio BingWallpaper Get","publisher":"undefined","dependencies":{"body-parser":"^2.2.2","cors":"^2.8.6","dayjs":"^1.11.19","dotenv":"^17.3.1","express":"^5.2.1","node-schedule":"^2.1.1","uglify-js":"^3.19.3"},"exports":{".":"./get.js"},"engines":{"node":">=18.0.0"},"devDependencies":{"@eslint/js":"^10.0.1","eslint":"~10.0.2","globals":"^17.3.0","prettier":"^3.8.1"},"gitHead":"c001f058827c1251057ebd434d371df03bf64d73","_id":"hestudio-bingwallpaper-get@1.4.9","_nodeVersion":"24.13.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-xPAOayX94rJ2PMY/fESGEO+e8Fjp+KAljt+D4qLJ+4MR9u7C43UivOdI224rlOdy8GB+o0tgV/JJu/3oxhjtpg==","shasum":"c0a47bb5849498df751e35011996aba2aee6c23e","tarball":"https://registry.npmmirror.com/hestudio-bingwallpaper-get/-/hestudio-bingwallpaper-get-1.4.9.tgz","fileCount":9,"unpackedSize":27832,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/hestudio-bingwallpaper-get@1.4.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHTffJlYXIGdVwVqXNK9KmfRLaWZEoqR8W9y/5EQNX24AiEAnxZAXVzN+JHnxndIOLvW11NgBZIi1nOMSoLUKYsH8Vc="}],"size":8400},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c1b50562-0ad0-4665-aa27-4ea3676b45e4"}},"directories":{},"maintainers":[{"name":"zihengdie","email":"zihengdie@hestudio.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/hestudio-bingwallpaper-get_1.4.9_1771923926885_0.13350966731062486"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-24T09:05:27.018Z","publish_time":1771923927018,"_source_registry_name":"default","readme":"# heStudio BingWallpaper Get\n\n### Demo and detailed documentation\n\nFor details, see <https://www.hestudio.net/docs/hestudio_bing_wallpaper_get.html>\n\n### Call method\n\n> Run port at `3000`\n\n#### Get pictures\n\n```text\nGET /getimage\n```\n\n#### Get image title\n\n```text\nGET /gettitle\n```\n\nReturn parameters:\n\n| Parameters | Description |\n| ---------- | ----------- |\n| `title`    | title       |\n\n#### Get image copyright information\n\n```text\nGET /getcopyright\n```\n\nReturn parameters:\n\n| Parameters      | Description                                         |\n| --------------- | --------------------------------------------------- |\n| `copyright`     | Copyright information                               |\n| `copyrightlink` | The link corresponding to the copyright information |\n\n### installation method\n\n#### Docker deployment (recommended)\n\n```sh\ndocker pull hestudio/bingwallpaper_get\ndocker run -d -p 3000:3000 hestudio/bingwallpaper_get\n```\n\n#### Manual installation (Only Develop)\n\n```sh\ngit clone https://github.com/hestudio-community/bing-wallpaper-get.git\ncd bing-wallpaper-get\nnpm install --global pnpm\npnpm install\npnpm run server\n```\n\n> We will use `pnpm` as the package manager after version 1.3.2. If you deploy in this way, please switch in time to avoid any impact.\n\n#### Install and run via NPM\n\n```sh\nnpm install hestudio-bingwallpaper-get\necho \"require('hestudio-bingwallpaper-get')\" >> server.js\nnode server.js\n```\n"}