Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreztz/xradios

Search and play your favorite Internet radio station.
https://github.com/andreztz/xradios

community-radio hacktoberfest internet-radio internet-radio-player internet-radio-station internet-radio-stations music music-player online-radio online-radios pyradios radio-station

Last synced: 20 days ago
JSON representation

Search and play your favorite Internet radio station.

Awesome Lists containing this project

README

        

# xradios

[![Upload Python Package](https://github.com/andreztz/xradios/actions/workflows/python-publish.yml/badge.svg)](https://github.com/andreztz/xradios/actions/workflows/python-publish.yml)

> Search and play your favorite Internet radio station.

## Installation

Install [pipx](https://pipx.pypa.io/stable/installation/)

```bash
pipx install git+https://github.com/andreztz/xradios
```

or

```bash
pipx install xradios
```

## Usage example

Open the terminal, and run the following command

```bash
$ xradios
```

## Development setup

```bash
$ git clone [email protected]:andreztz/xradios.git
$ pip install -e .
```

## Release History
- Work in progress

## Meta

André P. Santos – [@ztzandre](https://twitter.com/ztzandre) – [email protected]

Distributed under the MIT license. See `LICENSE` for more information.

[https://github.com/andreztz/xradios](https://github.com/andreztz/)

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request