UNPKG

liftie

Version:

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

11 lines (10 loc) 169 B
export default { selector: '#tablepress-10 tr', parse: { name: 0, status: { child: 1, fn: s => (s === 'CLOSED' ? 'closed' : 'open') } } };