/meetup
endpoint for Slack applications
Installing this project for contribution or for your team is relatively straightforward:
-
Fork this project and clone.
-
yarn install
ornpm install
the dependencies.-
note that this package makes use of the spread operator, as such having a node version >= 8 is recommended.
This will be enforced in later versions.
-
-
To prevent private or sensitive information being made available, this project makes use of the dotenv package.
- Create a
.env
file at the root of your application. - Setup your defaults:
NAME VALUE MEETUP_ENDPOINT YOUR_ENDPOINT PORT 8080 - Create a
That's it! You are now ready to either add to this repo or to integrate this with your own bot.
For Detailed instructions on how you can add slack-slash-integrations, checkout the official docs. Also, when it comes to what you can do with meetup, checkout their docs as well.
Lastly, feel free to submit a pull request against to help out with some of the issues so we can make this project great!