arachnidlabs / minishift-python

Python library for interfacing with the minishift.
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Adding text entries to a queue? #7

Open KingScooty opened 8 years ago

KingScooty commented 8 years ago

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?