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

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

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)