My Node.js scraper is working locally:
$ node scraper.js
{ id: 1,
word: 'standardize',
definition: 'to make all the things of one particular type the same as each other' }
…but not on https://morph.io/thdoan/longman_word_of_the_day:
Injecting configuration and compiling...
Injecting scraper and running...
Error requesting page: Error: connect ECONNREFUSED 52.45.11.161:u6e80
Please advise.