An open API service indexing awesome lists of open source software.

https://github.com/deepbaksu/timebot

Slack 시간 변환 봇
https://github.com/deepbaksu/timebot

bot go golang hacktoberfest slack timezone

Last synced: 3 months ago
JSON representation

Slack 시간 변환 봇

Awesome Lists containing this project

README

          

# timebot

Add to Slack

[![CI](https://github.com/deepbaksu/timebot/actions/workflows/ci.yaml/badge.svg)](https://github.com/deepbaksu/timebot/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/deepbaksu/timebot/branch/master/graph/badge.svg)](https://codecov.io/gh/deepbaksu/timebot)
[![GoDoc](https://godoc.org/github.com/deepbaksu/timebot?status.svg)](https://godoc.org/github.com/deepbaksu/timebot)

Slack 시간 변환 봇

## Example

14:24 PST <--> 07:24 KST

## Run the server

```shell script
go run cmd/server/server.go
```

## Test

```shell script
go test -v ./...
```

## Integration Test

```shell script
docker-compose -f docker-compose.yaml -f docker-compose.test.yaml build
docker-compose -f docker-compose.yaml -f docker-compose.test.yaml run web
```