atlas-feed
is a JSON Feed generator for Atlas of Places Orthos Logos; it naïvely processes their HTML, so I expect it to break eventually.
Note: Since the Orthos Logos site rebuild, this generated feed is redundant with orthoslogos.fr/feed.
atlas-feed
is built withjsonfeed-wrapper
andjsonfeed
.- The feed is live here.
- Supports feeds for categories, e.g. Cinema.
An example of the raw HTML structure being processed into an item:
<a href="/cinema/dr-strangelove/">
<div>
<em></em>
<img
alt="Stanley Kubrick: Dr. Strangelove"
class="lazy"
data-src="https://www.atlasofplaces.com/atlas-of-places-thumbnails/_thumbnail/ATLAS-OF-PLACES-STANLEY-KUBRICK-DR-STRANGELOVE-IMG-5.jpg"
/>
</div>
<span>
<small>Stanley Kubrick</small>
<br/>
Dr. Strangelove
</span>
</a>