Skip to content

ryanbenac33/koop-output-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koop-output-table

Static Badge

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

Example Output View

Example Output

Installation

This output plugin is not yet deployed through npm. Clone this repository to your working folder and ensure it is registered (as shown below).

Usage

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);

Releases

No releases published

Packages

No packages published