Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 827 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 827 Bytes

Goradio

An golang kind of implementation of pyradio. To properly use this application you will need a Golang >= 1.13 and mplayer installed

Usage

$ goradio

$ goradio --help
Usage of goradio:
  -d	Debug mode (shows logger window)
  -m string
    	MPlayer executable (default "mplayer")
  -s string
    	Stations file path (default "~/.config/pyradio/stations.csv")

Installation

  1. git clone https://github.com/robopuff/goradio
  2. go get
  3. Use one of:
    • make run - run an application without really building an executable (always in debug mode)
    • make build - build an application (saved into build/goradio)
    • make install - installs an application in go bin directory

External libraries

License

No. Do wathever.