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

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

Awesome Lists containing this project

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).