Skip to content

codepo8/rss2map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS2map is a script that uses Placemaker and Yahoo Maps to display any RSS feed on a map. You don't need to know how to use maps or Placemaker, simply provide the feed URL and include rss2map.php where you want the map to appear. 

For example:

<?php 
  $rss2mapfeed = 'http://www.telegraph.co.uk/travel/rss';
  include('rss2map.php');
?>

You can see an example of rss2map at 
http://isithackday.com/hacks/rss2map/index.php?feed=http://rss.news.yahoo.com/rss/world

About

PHP script using Placemaker and Yahoo Maps to turn RSS feeds into maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published