Experimental output plugin for any Koop project to turn any dataset into a searchable HTML table. This output works best for testing, viewing, and searching data and should be used in combination with other geospatial output options. More information about Koop can be found on their main page.
Implemented routes:
-
/table
This output plugin is not yet deployed through npm. Clone this repository to your working folder and ensure it is registered (as shown below).
This provider can be registered in a Koop app.
const Koop = require("koop");
const koop = new Koop();
const tableOutput = require("./koop-output-table");
koop.register(tableOutput);