lore-hook-polling
Provides the ability to poll actions on an interval
Provides the ability to poll actions on an interval
First install the hook:
npm install lore-hook-polling --save
Then add the hook to your index.js
file.
// index.js
import bindActions from 'lore-hook-bind-actions';
import polling from 'lore-hook-polling';
lore.summon({
hooks: {
bindActions,
polling
}
});