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

https://github.com/yusukebe/workers-slack-bot


https://github.com/yusukebe/workers-slack-bot

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Building a Slackbot on Cloudflare Workers

This code is based on

## Install

```
npm install
```

## Setup

```
wrangler secret put SLACK_WEBHOOK_URL
```

## Develop

```
npm run dev
```

## Deploy

```
npm run deploy
```