Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 506 Bytes

harborbot

I manage schedules for the teams who serve at harborchurchla. @peppys created me.

Local Setup

docker compose build
docker compose up

Worship Team - current schedule:

curl -X GET \
  'http://localhost:8080/actions/get-team-schedule?team=worship'

Worship Team - who's serving this Sunday:

curl -X GET \
  'http://localhost:8080/actions/get-who-is-serving-this-week?team=worship'