mirror of
https://github.com/wahyd4/say-it-backend.git
synced 2026-08-09 05:15:59 +10:00
488e5a2acbce1928bcd58309b43353d7520ebf84
say-it-backend
The backend server for say-it npm package
You should get your own client_id and client_secret tokens from http://yuyin.baidu.com/
How to run
-
The normal way
- export CLIENT_ID=XXX and export CLIENT_SECRET=XXX
- Then run
go run main.goor use bee:bee run
-
Run with docker
docker run -p 8080:8080 -e CLIENT_SECRET=xxx -e CLIENT_ID=xxx wahyd4/say-it:latest
Languages
Go
89%
Dockerfile
11%