Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isayme/node-chaojiying
Node SDK for [chaojiying](https://www.chaojiying.com/)
https://github.com/isayme/node-chaojiying
Last synced: 13 days ago
JSON representation
Node SDK for [chaojiying](https://www.chaojiying.com/)
- Host: GitHub
- URL: https://github.com/isayme/node-chaojiying
- Owner: isayme
- License: mit
- Created: 2024-08-18T08:30:14.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T13:15:25.000Z (4 months ago)
- Last Synced: 2024-08-20T15:05:35.970Z (4 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM Version](https://img.shields.io/npm/v/chaojiying?style=flat-square)](https://www.npmjs.com/package/chaojiying)
# 关于
Node SDK for [超级鹰](https://www.chaojiying.com/).
# 使用样例
```
import { uploadProcessing } from 'chaojiying'async function main() {
// 见官方文档 https://www.chaojiying.com/api-5.html
let res = await uploadProcessing({
user: '账号',
pass: '密码',
softid: '',
codetype: '',
file_base64: ''
})
}
```