Getting Started with Slack App Development

Sdílet
Vložit
  • čas přidán 18. 10. 2022
  • Get started with Slack App development.
    In this video we look at creating your first Slack app, subscribing to an event and posting a message.
    Pastebin source code - pastebin.com/gAaxdneQ
    Create your app here - api.slack.com/apps/
    We will use different packages throughout this video, they are below:
    - Build apps with JavaScript in Node.js (nodejs.org/en/)
    - Install packages with npm (www.npmjs.com/)
    - Expose our local host environment using ngrok (ngrok.com/)
    - Automatically restart the app with Nodemon (www.npmjs.com/package/nodemon)
    - Build Slack apps fast with Bolt (slack.dev/bolt-js/tutorial/ge...)
  • Věda a technologie

Komentáře • 6

  • @kennyalami4262
    @kennyalami4262 Před rokem

    Thank you for the video. Very comprehensive and useful! I had a hard time with the Slack documentation but this was very helpful.

  • @johnnyfekete
    @johnnyfekete Před 8 měsíci

    Super informative!
    Thanks for making this explanation video! 🙏

  • @whi5tler
    @whi5tler Před rokem +3

    Great video, but the vocals were a little low. Great to see more.

    • @JFoxUK
      @JFoxUK  Před rokem +1

      Thanks for the feedback! I will aim to improve that for the next ones!

  • @mc.gildder
    @mc.gildder Před 2 měsíci

    Hello @JFoxUK, how did you know that you should increase {url}/slack/events in events?

  • @jittojoyes7533
    @jittojoyes7533 Před 10 měsíci

    How to distribute the app ?