Skip to content

lukasschwab/atlas-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photograph of Konrad Wachsmann's USAF Hangar work.

atlas-feed

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.

Resources

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>

Releases

No releases published

Packages

No packages published