for await()

in poster.js [172:176]


  for await (const story of listicle) {
    post(agent, story);
    //await timer(2000)
    //console.log(story)
  }