difi-cli

4.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i difi-cli

Weekly Downloads

1

Version

4.0.2

License

MIT

Unpacked Size

8.14 kB

Total Files

13

Last publish

Collaborators

  • zrrrzzt