Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robopuff/goradio
Go go power .. errr radio!?
https://github.com/robopuff/goradio
cli-radio golang pyradio
Last synced: 3 days ago
JSON representation
Go go power .. errr radio!?
- Host: GitHub
- URL: https://github.com/robopuff/goradio
- Owner: robopuff
- License: unlicense
- Created: 2019-11-21T16:22:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T10:57:34.000Z (over 3 years ago)
- Last Synced: 2024-11-07T12:56:51.489Z (about 2 months ago)
- Topics: cli-radio, golang, pyradio
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* [term-ui](https://github.com/gizak/termui)
## License
No. Do wathever.