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.
Comments 1
Update: Deployed the bot on a Nest server!
Sign in to join the conversation.