tiq-client
v0.0.1
Published
HTTP client for tiq-server
Maintainers
Readme
tiq-client
This is an HTTP client for tiq-server.
It conforms to the tiq storage plugin API, so it can be used as a storage plugin for the CLI tool.
Setup
npm install -g tiq-clientConfiguration
Here are the configuration options you can pass to this plugin:
host: Host name or IP address to connect to. [default:"localhost"]port: The port the server is listening on. [default:8000]
