Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 931 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 931 Bytes

street-view-rss

Generate RSS feeds of Street View updates.

Try it here: https://street-view-rss.danp.net/

Inspired by this tweet and datasette-atom.

How it works

The Google Maps API has a Street View Image Metadata endpoint which returns info about Street View for a particular location.

This app takes URLs like /atom.xml?l=<address 1>&l=<address 2>&..., extracts the addresses, and checks the metadata endpoint for each one.

It then uses the info returned to generate an RSS feed, setting entries' updated times based on when Street View was last updated for each address.

The index page (like here) helps generate links with addresess embedded. The generated link can then be added to an RSS reader.