Sign inSign up

wahyd4/say-it

By wahyd4

Updated about 9 years ago

The backend server of say-it

Image
0

951

wahyd4/say-it repository overview

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

Tag summary

Content type

Image

Digest

Size

77.9 MB

Last updated

about 9 years ago

docker pull wahyd4/say-it