An open API service indexing awesome lists of open source software.

https://github.com/dxcweb/qq-share

使用手机QQ分享,可以分享到微信,朋友圈,QQ空间,QQ好友。无须申请任何账号直接使用!
https://github.com/dxcweb/qq-share

Last synced: 11 months ago
JSON representation

使用手机QQ分享,可以分享到微信,朋友圈,QQ空间,QQ好友。无须申请任何账号直接使用!

Awesome Lists containing this project

README

          

# qq-share
使用手机QQ分享,可以分享到微信,朋友圈,QQ空间,QQ好友。无须申请任何账号直接使用!
## install

```
npm install dxc-upload --save
```
## Development

```
npm install
npm start
```
## example

```
import qqShare from "qq-share";

qqShare({
title: "",
desc: "",
imgUrl: ""
});
```