Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiob/radiotagmap
Ruby gem that plots the music currently played on FM radios on a U.S. map
https://github.com/claudiob/radiotagmap
Last synced: about 6 hours ago
JSON representation
Ruby gem that plots the music currently played on FM radios on a U.S. map
- Host: GitHub
- URL: https://github.com/claudiob/radiotagmap
- Owner: claudiob
- License: other
- Created: 2009-09-16T13:39:21.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-07T22:21:36.000Z (almost 15 years ago)
- Last Synced: 2024-12-05T13:27:28.245Z (17 days ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RadioTagMap #
Ruby gem to map by U.S. state the music played on FM radios
## Installation ##
sudo gem install radiotagmap -s http://gems.github.com
## Documentation ##
[http://rdoc.info/projects/claudiob/radiotagmap](http://rdoc.info/projects/claudiob/radiotagmap)
## Examples ##
### To create a KML map according to compare current 'Rock' and 'Country' songs
require 'radiotagmap'
Radiotagmap::update_kml '/tmp/overlay.kml' [['Country','Alt-Country']]## History ##
v0.0.8 2010/01/07
Added outerBoundaryIs to KML, otherwise Polygons would not show upv0.0.7 2009/09/18
More contrast in color and defaults to forever and Logger::INFOv0.0.6 2009/09/18
Only plot the color of the presence of ONE genre/tag (not two)v0.0.5 2009/09/18
Updated to require yesradio v0.1.2v0.0.4 2009/09/17
Added a parameter to specify the path to the KML file to createv0.0.3 2009/09/17
Moved state coords from an external YAML file to the same ruby file
in order to avoid calling YAML.load which did not find the right path
when run as a gemv0.0.2 2009/09/17
Added gem dependencies.v0.0.1 2009/09/16
First commit to compare two families of tags against the others.
API calls are threaded. Needs more control and documentation.## Copyright ##
Copyright (c) 2009 Claudio Baccigalupo. See LICENSE for details.