Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 817 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 817 Bytes

Flows command-line client

This is the command-line client for savonet Flows service. It provides administration commands for flows users to update their radio's name, see listeners, setup a twitter relay, etc..

Install

First, grab the sources, install node and npm. Then install all dependencies:

npm install

You should now be able to run the flow command:

toots@zulu client  % ./flow --help

  Usage: flow [options]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -u, --user [user]  Specify user
    -U, --url [url]    Specify url, defaults to http://flows.liquidsoap.fm/admin 

Usage

TODO