https://github.com/permitio/foaz-slack-example
This repository contains a simple example of how to use the FoAz to call Slack APIs directly from the browser.
https://github.com/permitio/foaz-slack-example
example
Last synced: 9 months ago
JSON representation
This repository contains a simple example of how to use the FoAz to call Slack APIs directly from the browser.
- Host: GitHub
- URL: https://github.com/permitio/foaz-slack-example
- Owner: permitio
- License: apache-2.0
- Created: 2023-06-27T10:00:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T12:35:40.000Z (9 months ago)
- Last Synced: 2025-05-11T07:12:07.406Z (9 months ago)
- Topics: example
- Language: TypeScript
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FoAz Slack Example
This repository contains a simple example of how to use the [FoAz](https://www.foaz.io) to call Slack APIs directly from the browser.
The example app demonstrate a simple chat box that allow users send and receive messages from a Slack channel.
Using FoAz also can limit the access to the Slack channel to only the users that are logged in to the app and have the right permissions to send messages to the channel.
For further reading and detailed demo please visit [FoAz Slack Example](https://www.permit.io/blog/call-slack-apis-from-frontend)