Metadata-Version: 2.1
Name: coderadio
Version: 0.0.dev16
Summary: Terminal radio for geeks.
Home-page: https://github.com/andreztz/coderadio
Author: André P. Santos
Author-email: andreztz@gmail.com
License: MIT
Keywords: radio browser web terminal
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: prompt-toolkit (==2.0.5)
Requires-Dist: python-vlc (==3.0.102)
Requires-Dist: pyradios (==0.0.17)
Requires-Dist: notify-send (==0.0.13)
Requires-Dist: pygments (==2.4.2)
Requires-Dist: streamscrobbler3 (==0.0.3)

# coderadio

> Listen to your favorite internet radio stations with coderadio.

[![coderadio](./header.gif)](https://youtu.be/rPRMGupW2wY "coderadio")

Youtube Video (https://youtu.be/rPRMGupW2wY )

## Installation

Linux and Windows:


```sh
$ sudo pip install coderadio
```

## Usage example

```sh
$ coderadio
```

## Development setup

```sh
$ git clone git@github.com:andreztz/coderadio.git
$ cd coderadio
$ virtualenv venv
$ source venv/bin/activate
$ pip install -e .
```

## Release History

    -   Work in progress

## Meta

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

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

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

## Contributing

1. Fork it (<https://github.com/andreztz/coderadio/fork>)
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


