Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moznion/cloud-functions-backlog2slack
A backlog's web-hook forwarder that delivers message to Slack; this app works on Google Cloud Functions.
https://github.com/moznion/cloud-functions-backlog2slack
backlog cloud-functions slack
Last synced: 18 days ago
JSON representation
A backlog's web-hook forwarder that delivers message to Slack; this app works on Google Cloud Functions.
- Host: GitHub
- URL: https://github.com/moznion/cloud-functions-backlog2slack
- Owner: moznion
- License: mit
- Created: 2018-04-03T09:03:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T09:08:23.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T00:45:10.244Z (2 months ago)
- Topics: backlog, cloud-functions, slack
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-functions-backlog2slack [![Build Status](https://travis-ci.org/moznion/cloud-functions-backlog2slack.svg?branch=master)](https://travis-ci.org/moznion/cloud-functions-backlog2slack)
A [backlog](https://backlog.com/)'s web-hook forwarder that delivers messages of backlog to Slack.
This application works on Google Cloud Functions.## Usage
### Configuration
```
$ cp ./src/config{.example,}.json
$ $EDITOR ./src/config.json # <= write configuration for your environment
```### Deploy to Cloud Functions
Example shell script:
```sh
#!/bin/bashset -eux
yarn build
cp ./src/config.json ./build/config.json
cp ./package.json ./build/package.json
gcloud beta functions deploy backlog2slack --trigger-http --source=build
```## Disclaimer
### Available topic is limited
Patches welcome!
## Author
moznion ()
## License
MIT