UNPKG

liftie

Version:

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

11 lines (10 loc) 205 B
export default { selector: '.row:nth-child(n + 7) td:nth-child(2n + 1)', parse: { name: { child: 0, fn: name => name.startsWith('Lift') && name.slice(5) }, status: '+/0' } };