https://github.com/googlecodelabs/cloud-slack-bot
Build a Slack Bot with Node.js on Cloud Run
https://github.com/googlecodelabs/cloud-slack-bot
Last synced: 5 months ago
JSON representation
Build a Slack Bot with Node.js on Cloud Run
- Host: GitHub
- URL: https://github.com/googlecodelabs/cloud-slack-bot
- Owner: googlecodelabs
- License: apache-2.0
- Created: 2016-05-11T22:13:09.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T22:18:39.000Z (10 months ago)
- Last Synced: 2024-08-03T22:24:17.346Z (8 months ago)
- Language: JavaScript
- Homepage: https://codelabs.developers.google.com/codelabs/cloud-slack-bot/
- Size: 617 KB
- Stars: 66
- Watchers: 9
- Forks: 40
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - googlecodelabs/cloud-slack-bot - Build a Slack Bot with Node.js on Cloud Run (JavaScript)
README
# Build a Slack Bot with Node.js on Cloud Run
This repository contains the source code for the [Build a Slack Bot with Node.js on Cloud Run
Google codelab][cloud-slack-bot-codelab].[![Build Status][travis-status-image]][travis-status]
[cloud-slack-bot-codelab]: https://codelabs.developers.google.com/codelabs/cloud-slack-bot/
[travis-status]: https://travis-ci.org/googlecodelabs/cloud-slack-bot
[travis-status-image]: https://travis-ci.org/googlecodelabs/cloud-slack-bot.svg?branch=master## Resources
### Codelabs and Samples
- [Google codelabs][codelabs]
- [Slack integrations on Google Cloud Platform samples][slack-samples]
- [Node.js on Google Cloud Platform samples][nodejs-samples][codelabs]: https://g.co/codelabs
[nodejs-samples]: https://github.com/GoogleCloudPlatform/nodejs-docs-samples
[slack-samples]: https://github.com/GoogleCloudPlatform/slack-samples### Documentation
- [Google Cloud Platform][cloud]
- [Google Cloud Run][run]
- [Google Container Engine][container-engine]
- [Google Container Registry][container-registry]
- [Google Secret Manager][secret-manager]
- [Slack API][slack-api][cloud]: https://cloud.google.com/
[run]: https://cloud.google.com/run
[container-engine]: https://cloud.google.com/container-engine/
[container-registry]: https://cloud.google.com/container-registry/
[secret-manager]: https://cloud.google.com/secret-manager
[slack-api]: https://api.slack.com/## Contributing
Contributions welcome!
See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Apache Version 2.0
See [LICENSE](LICENSE).