There is an unhandled Error which crashes the server when there is no access to the Alchemy API.
Code:
alchemy.sentiment("text", req.body.story_text, {}, function() { ... });
Output:
events.js:141
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND access.alchemyapi.com access.alchemyapi.com:80
at errnoException (dns.js:25:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:75:26)