https://github.com/rintoj/idea-slack-app
Slack app to enable idea sharing among team members
https://github.com/rintoj/idea-slack-app
Last synced: about 1 year ago
JSON representation
Slack app to enable idea sharing among team members
- Host: GitHub
- URL: https://github.com/rintoj/idea-slack-app
- Owner: rintoj
- License: mit
- Created: 2018-10-15T11:52:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T12:51:22.000Z (over 7 years ago)
- Last Synced: 2025-02-23T20:45:10.808Z (over 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Idea Slack App
This is a sample project for demonstrating a Slack app. Read [Unleash the power of Slack App](https://medium.com/@rintoj/unleash-the-power-of-slack-app-2fd24eeccacb) for more details
## How to Use
### Create accounts
1. Create / Login to Slack Workspace: https://slack.com/create#email
2. Create a Slack App: https://api.slack.com/apps?new_app=1
3. Create a Firebase Project: https://console.firebase.google.com/
4. Create Heroku Account: https://signup.heroku.com/
### Deploy API to Heroku
```sh
# clone this repo
git clone https://github.com/rintoj/idea-slack-app
# install node modules
npm install
# configure heroku
git remote add heroku <>
# deploy to heroku
git push heroku master
```
### Configure URL
Configure Heroku URL in your Slack app's settings page.
## About
### Hope this project was helpful to you. Please make sure to checkout my other [projects](https://github.com/rintoj) and [articles](https://medium.com/@rintoj). Enjoy coding!
## Contributing
Contributions are welcome! Send a pull request, feel free to send me a [mail](mailto:rintoj@gmail.com) or create an issue in this repo.
## Author
**Rinto Jose** (rintoj)
Follow me:
[GitHub](https://github.com/rintoj)
| [Facebook](https://www.facebook.com/rinto.jose)
| [Twitter](https://twitter.com/rintoj)
| [Youtube](https://youtube.com/+RintoJoseMankudy)