4.0.2 • Published 4 years ago
difi-cli v4.0.2
difi-cli
CLI for querying the hotell.difi.no API.
Installation
$ npm install difi-cli -gUsage
$ difi <dataset> --query=<query>Optionally set return format. Can be csv, json, jsonp, xml or yaml (default)
$ difi <dataset> --query=<query> --format=<format>To display help
$ difi --helpTo display version
$ difi --versionDocker
To run this module as a service use the docker image.
Build
$ docker build -t difi-cli .Run a container with arguments described in Usage. Use environment variables to specify input.
$ docker run --rm -e DATASET=<dataset> -e QUERY=<query> -e FORMAT=<format> difi-cliThis will spin up a container. Do the job. Shut it down and remove it.
Related
- difi The API for this module