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

https://github.com/geminate/mini-image-transfor

MoJing project backend.
https://github.com/geminate/mini-image-transfor

nodejs pcm transfer

Last synced: about 2 months ago
JSON representation

MoJing project backend.

Awesome Lists containing this project

README

          

# 简介

魔镜项目后台,功能:

1. 转存 微信小程序 摄像头照片的 Node 后台。接收 小程序发来的临时图片,返回可访问的图片地址。
2. 转存 微信小程序 的录音信息,将其转存为 pcm 格式,请求百度语音识别并返回信息。

# 使用

```javascript
1. 修改 index.js 中的相关配置信息
2. node dist/index.js
```