UNPKG

liftie

Version:

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

12 lines (11 loc) 186 B
export default { selector: '.mc-lifts__table tbody tr', parse: { name: 0, status: { child: '2/0', attribute: 'class', regex: /-(open|closed)/i } } };