Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khrj/slack-webhook
Helper for making requests to Slack's Incoming Webhooks. Deno port of @slack/webhook
https://github.com/khrj/slack-webhook
deno slack slack-api webhook
Last synced: 15 days ago
JSON representation
Helper for making requests to Slack's Incoming Webhooks. Deno port of @slack/webhook
- Host: GitHub
- URL: https://github.com/khrj/slack-webhook
- Owner: khrj
- License: mit
- Created: 2021-02-10T15:23:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T06:12:43.000Z (over 3 years ago)
- Last Synced: 2024-12-17T13:47:20.950Z (22 days ago)
- Topics: deno, slack, slack-api, webhook
- Language: TypeScript
- Homepage: https://deno.land/x/slack_webhook
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
```ts
import {} from 'https://deno.land/x/[email protected]/mod.ts'
```## Supporters
[![Stargazers repo roster for @khrj/slack-webhook](https://reporoster.com/stars/khrj/slack-webhook)](https://github.com/khrj/slack-webhook/stargazers)
[![Forkers repo roster for @khrj/slack-webhook](https://reporoster.com/forks/khrj/slack-webhook)](https://github.com/khrj/slack-webhook/network/members)
## Related
- [Deno Slack SDK](https://github.com/slack-deno/deno-slack-sdk)
- [Deno modules](https://github.com/khrj/deno-modules)