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

https://github.com/astj/webhooknotifier


https://github.com/astj/webhooknotifier

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Usage

```
curl -d 'foo' http://foobar.herokuapp.com/notify
```

Will post `{ "text": "```foo```" }` to target Webhook URL. It can be used to inspect webhook payload.

# Setup

```
heroku create --buildpack http://github.com/pnu/heroku-buildpack-perl.git --stack cedar-14
heroku config:set WEBHOOK_URL=https://hooks.slack.com/services/XXX/YYY/ZZZ
git push heroku master
```

# Monitoring

```
heroku logs
```