Project

meuh

0.0
No commit activity in last 3 years
No release in over 3 years
Get the currently played track on Radiomeuh.com, which is the radio used at Anticafé.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.2
~> 1.5.9
~> 2.0
 Project Readme

meuh

Build Status Gem Version Coverage Status Dependency Status

meuh is a command-line tool to check the current radio track at Anticafé.

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.