UNPKG

liftie

Version:

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

12 lines (11 loc) 199 B
module.exports = { selector: '.snow-report-terrain .ab-status-large', parse: { name: 1, status: { child: 0, attribute: 'class', fn: v => v.split('_').pop() } } };