I'm looking to write a node app that pulls in data from various APIs. It'd be nice if text entries posted to the minishift were added to a queue to play in series, so that scrolling of an entry had time to complete before the next one started.
So it would scroll through each phrase once, and once the phrase had completed scrolling, it'd remove it from the queue, and the next phrase is scrolled.
Would this be possible? Perhaps i could could handle the queue from the node app, if there was some sort of callback event when an item had completed scrolling?
I'm looking to write a node app that pulls in data from various APIs. It'd be nice if text entries posted to the minishift were added to a queue to play in series, so that scrolling of an entry had time to complete before the next one started.
So it would scroll through each phrase once, and once the phrase had completed scrolling, it'd remove it from the queue, and the next phrase is scrolled.
Would this be possible? Perhaps i could could handle the queue from the node app, if there was some sort of callback event when an item had completed scrolling?