https://github.com/bfontaine/meuh-cli
Command-line tool to get Anticafé’s Web radio station (radiomeuh.com) 's current playlist
https://github.com/bfontaine/meuh-cli
cli ruby scrapping tool
Last synced: 4 months ago
JSON representation
Command-line tool to get Anticafé’s Web radio station (radiomeuh.com) 's current playlist
- Host: GitHub
- URL: https://github.com/bfontaine/meuh-cli
- Owner: bfontaine
- License: mit
- Created: 2014-01-03T14:59:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T20:52:25.000Z (over 11 years ago)
- Last Synced: 2025-06-11T06:08:50.597Z (4 months ago)
- Topics: cli, ruby, scrapping, tool
- Language: Ruby
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# meuh
[](https://travis-ci.org/bfontaine/meuh-cli)
[](http://badge.fury.io/rb/meuh)
[](https://coveralls.io/r/bfontaine/meuh-cli)
[](https://gemnasium.com/bfontaine/meuh-cli)**meuh** is a command-line tool to check the current radio track at
[Anticafé][anticafe].[anticafe]: http://anticafe.fr/en
## Install
```
gem install meuh
```Windows users: You will need the Win32 Console ANSI gem for the colored output.
Install it with `gem install win32console`.## Usage
From the command-line:
```
$ meuh
```That's it! Add `--no-format` if you don’t want the fancy formatting.
## Example
```
$ meuh
Mauvaise Mine (Lafayette - Mauvaise Mine (Jupiter remix))Previously:
* [15:44:21] Tsugi 30 LCD Soundsystem Small Wave (Dolle Jolle - Balearic Incarnation (Todd Terje's Extra Doll Mx))
* [15:37:31] Booker T & the MGs (Green Onions (Luke Danfields Bluehouse Edit))
* [15:33:42] Patchworks Remix Book (Mr Day - Small Fry ( Patchworks Disco mix) - Mr Day)
* [15:28:11] Midnight Riot Volume 4 (Yambee - Blacker (Joey Negro remix))Next:
* Psychic (Darkside - The Only Shrine I've Seen)
```## Tests
```
$ git clone https://github.com/bfontaine/meuh-cli.git
$ cd meuh-cli
$ bundle install
$ rake test
```It’ll generate a `coverage/index.html`, which you can open in a Web browser.