直播平台服务

liuyu c5fc7928c6 获取直播签名 5 년 전
.github 17f18bae4a 直播平台服务 5 년 전
.vscode 17f18bae4a 直播平台服务 5 년 전
app c5fc7928c6 获取直播签名 5 년 전
config 9f74fc44bc hh 5 년 전
test 17f18bae4a 直播平台服务 5 년 전
.autod.conf.js 17f18bae4a 直播平台服务 5 년 전
.eslintignore 17f18bae4a 直播平台服务 5 년 전
.eslintrc 17f18bae4a 直播平台服务 5 년 전
.gitignore 17f18bae4a 直播平台服务 5 년 전
.travis.yml 17f18bae4a 直播平台服务 5 년 전
README.md 0441918334 first commit 5 년 전
appveyor.yml 17f18bae4a 直播平台服务 5 년 전
ecosystem.config.js 17f18bae4a 直播平台服务 5 년 전
jsconfig.json 17f18bae4a 直播平台服务 5 년 전
package.json a58912311e 增加取得直播sign 5 년 전
server.js 17f18bae4a 直播平台服务 5 년 전

README.md

service-onlive

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.