UNPKG

liftie

Version:

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

13 lines (11 loc) 230 B
const toTitleCase = require('to-title-case'); module.exports = { selector: '.table-striped > .rand', // selector for lift information parse: { name: { child: '2', fn: toTitleCase }, status: '0' } };