Axios: What to Do When Something Goes Wrong
Too Long; Didn't Read
The Axios package is a Node.js library for making API calls. It's easy to use, well documented, uses promises, and it works in browsers too. The main complaint from other developers is that when an error response is returned, it's not obvious how to get information about it.