Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andreztz/xradios
- Owner: andreztz
- License: mit
- Created: 2019-07-31T11:58:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T16:31:26.000Z (about 1 year ago)
- Last Synced: 2024-01-09T09:38:10.897Z (10 months ago)
- Topics: community-radio, hacktoberfest, internet-radio, internet-radio-player, internet-radio-station, internet-radio-stations, music, music-player, online-radio, online-radios, pyradios, radio-station
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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