# DOUYIN API

抖音生态服务端接口，完善中，欢迎共建~


## 使用

```ts
import { DouyinApp } from 'douyin-api'

const douyinApp = new DouyinApp({ appid: '', secret: '' })
```


## 使用文档

- [抖音小程序开发文档](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/overview/learning-path)


## License

[MIT](/LICENSE)
