mirror of
https://github.com/wahyd4/say-it-backend.git
synced 2026-08-08 21:07:38 +10:00
8df221638a7ffe172be12528c1dcee0353959e38
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%