UNPKG

tabletojson

Version:

Convert HTML tables to JSON objects

11 lines (10 loc) 258 B
import {tabletojson} from '../lib/Tabletojson'; tabletojson.convertUrl( 'https://www.timeanddate.com/holidays/ireland/2017', { useFirstRowForHeadings: true, }, function (tablesAsJson) { console.log(tablesAsJson[0]); }, );