Thursday, 18 April 2019

Wrote the most basic node API possible (IMO)

I wrote a super simple REST API for my slack botRepo: https://github.com/thomasparsons/hello-world-slack-botArticle: https://medium.com/@tom_parsons/building-a-slack-app-starting-to-shipping-in-like-an-hour-94bbff9c7cdfI'm not really sure how to simplify this further - I normally write in es6/typescript - and wrote in es5 in order to remove any build/compile steps - though I suppose I could have put that in the CIare there ways of simplifying this/improving this without abstracting the problems to other places; My ideal goal is to make it easy for other people to plug in JSON, third-party API's etc and build out their apps with as minimal work as possible...​thoughts?

Submitted April 18, 2019 at 05:26PM by tomPinternets

No comments:

Post a Comment