difi-cli

v4.0.1
CLI for the hotell.difi.no API

js-standard-style

difi-cli

CLI for querying the hotell.difi.no API.

Installation

$ npm install difi-cli -g

Usage

$ 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 --help

To display version

$ difi --version

Docker

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-cli

This will spin up a container. Do the job. Shut it down and remove it.

Related

  • difi The API for this module

License

MIT

Metadata

  • MIT
  • >=14.15.4
  • Geir GĂ„sodden
  • released 1/6/2021

Downloads

Maintainers