1.0.3 • Published 7 years ago

opencadc-votable-filter-engine v1.0.3

Weekly downloads
3
License
GPL-3.0
Repository
-
Last release
7 years ago

OpenCADC Virtual Observatory Table Filter Engine

Version 1.0.2 April 2017

Simple Filter class with no dependencies. It will do the necessary comparisons, regardless of data types.

Installation

npm install opencadc-votable-filter-engine

Usage

var opencadcFilterEngine = require('opencadc-votable-filter-engine');

var filterEngine = new opencadcFilterEngine.FilterEngine(...);