UNPKG

liftie

Version:

Clean, simple, easy to read, fast ski resort lift status

12 lines (11 loc) 185 B
export default { selector: '.mc-lifts__table tbody tr', parse: { name: '0', status: { child: '2', attribute: 'class', regex: /mc__icon-(\w+)/ } } };