UNPKG

liftie

Version:

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

16 lines (14 loc) 224 B
const ICON_MAP = { check_circle: 'open', remove_circle: 'close' }; module.exports = { selector: 'h2 + table tbody tr', parse: { name: 3, status: { child: '0/0', fn: s => ICON_MAP[s] } } };