UNPKG

liftie

Version:

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

12 lines (11 loc) 235 B
module.exports = { selector: 'h3:contains(Lift Status) + div img.lf-type', parse: { name: '+', status: { child: '+/+/0', attribute: 'alt', fn: text => (/open/i.test(text) ? 'open' : 'closed') } } };