UNPKG

liftie

Version:

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

12 lines (11 loc) 227 B
module.exports = { selector: '.weather-conditions + .ski-info-container tbody tr', parse: { name: '0', status: { child: '1/0/0', attribute: 'class', regex: /icon_snowreport_([a-z]+)$/ } } };