difi-cli

v1.0.2
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
  • >=0.10.0
  • Geir GĂ„sodden
  • released 8/12/2015

Downloads

Maintainers