.length undefined only after setTimeout – Twitter API
I am trying to load the results of a GET request from the twitter api in a nodejs file held on AWS. Currently the code runs once and console.log's the feed when loading the file in the terminal but when…