Notify lab seminar presenters to Slack regularly

How to install

  1. Add client_secret.json to config folder.
  2. node auth_setting will authorize your access
  3. npm install -g swagger
  4. open port 10010
    • sudo iptables -I INPUT 1 -p tcp --dport 10010 -j ACCEPT
  5. swagger project start
  6. Run scheduler: node scheduler.js

ETC info

  • Design REST API documentation: swagger project edit
  • Start REST service: swagger project start
  • See REST documentation: http://localhost:10010/docs/
  • How to open port in Ubuntu: http://server-engineer.tistory.com/418
  • tmux
    • tmux new -s presenter-service
    • tmux attach -t presenter-service