You are browsing as a guest. Sign up (or log in) to start making projects!

20m 57s logged

Just finished my first working version of the slack bot mission!

What did I learn:

  • How to create a bot and generate the API keys on slack
  • How it’s important to wrap your API calls in a try & catch block or otherwise your app will stop working as soon as any error happens
  • How much hack club is awesome and very guided! I thought that things will be hard but it turned out pretty easy, actually!

What I’m aiming to:

  • I’ll probably turn it to be a currency convertor (for example, running ‘1 usd to euros’ should return 0.87 euros) because this sounds interesting.
0
27

Comments 1

@ahmdesmaill

Update: Deployed the bot on a Nest server!