/node-rest

Primary LanguageJavaScript

Initializing

Requires: Node 12.x

npm ci

CLI

Read files from a directory

npm run cli [directory]

npm run cli examples

Or read from stdin

cat examples/file1.csv | npm run cli

REST server

npm run server

Tests

npm test