Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 459 Bytes

CircleCI

stock-to-slack

Build

sh ./build.sh

Run with docker

docker run -d --name <container_name> \
-e SLACK_WEBHOOK_URL=<slack_url> \
-e STOCK_NUMBER=<stock_id> \
stock-to-slack:latest

TODO

  • http server handler refactoring
  • 스케줄러 자동 시작(오전 9시 ~ 오후 6시)