# ymbingpic

> "This is copy pic"

Latest version **1.0.3** (published 2017-09-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install ymbingpic
pnpm add ymbingpic
yarn add ymbingpic
bun add ymbingpic
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2017-09-12 |
| First published | 2017-09-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | "ym" |
| Maintainers | ymym |
| Keywords | "pic" |

## Links

- npm: https://www.npmjs.com/package/ymbingpic
- npm.io page: https://npm.io/package/ymbingpic

## Dependencies (1)

- [request](https://npm.io/package/request.md) ^2.81.0

## Recent versions

- 1.0.3 (latest) — 2017-09-12
- 1.0.2 — 2017-09-12
- 1.0.1 — 2017-09-12

## README

# ymbingpic

这是下载必应每日图片的包，用法如下：
```javascript
const bing = require('ymbingpic');
bing((err,r)=>{
    //r是保存图片的路径
    console.log(r)
})
```

---
_Source: https://npm.io/package/ymbingpic · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
