terminal radio.
Project description
zradio
Installation
Linux:
$ python setup.py install
Usage example
$ zradio
Development setup
$ virtualenv venv
$ source venv/bin/activate
$ python setup.py develop
$ zradio
Release History
- Work in progress
Meta
André P. Santos – @ztzandre – andreztz@gmail.com
Distributed under the XYZ license. See LICENSE
for more information.
https://github.com/andreztz/zradio
Contributing
- Fork it (https://github.com/andreztz/zradio/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request