2020-11-16 22:04:59 +11:00
2020-11-16 21:58:21 +11:00
2020-11-16 21:52:54 +11:00
2020-11-16 21:52:54 +11:00
2020-11-16 21:52:54 +11:00
2020-11-16 21:52:54 +11:00
2020-11-16 21:52:54 +11:00
2020-11-16 21:58:21 +11:00
2017-06-26 12:47:40 +08:00

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

  1. The normal way

    1. export CLIENT_ID=XXX and export CLIENT_SECRET=XXX
    2. Then run go run main.go or use bee: bee run
  2. Run with docker

    docker run -p 8080:8080 -e CLIENT_SECRET=xxx -e CLIENT_ID=xxx wahyd4/say-it:latest

S
Description
No description provided
Readme
4.9 MiB
Languages
Go 89%
Dockerfile 11%