0.1.1 • Published 7 years ago

node_comparison v0.1.1

Weekly downloads
6
License
-
Repository
github
Last release
7 years ago

Node Comparison

Node-comparison is a lightweight tool for compare any type of arguments with keyword, written on node.js

Installation

install node-comparison via npm

npm install node-comparison

Overview

Node-comparison takes arguments written in JSON friendly format as input. Arguments could be many types of data (number, string, boolean, date, ...) with a humanity operator format in String (Number "equal" Number, Date "before" Date, ...), return value is the boolean of the comparison result.

Use the common package to handle the comparison

string.js moment.js

Usage