nprapps / liveblog-standalone

NPR's liveblog rig 2.0
Other
6 stars 1 forks source link

Create JSON feed of recent liveblog headlines #66

Closed alykat closed 4 years ago

alykat commented 4 years ago

For use on the homepage. Looking for these fields in the sample markup I'm writing for the homepage over in elections20-primaries:

{
    'headline': 'Bernie Sanders Projected To Win',
    'link': 'https://apps.npr.org/liveblogs/20200211-new-hampshire/share/hold-sanders-projected-to-win-101.html',
    'date': '11:42 p.m. ET Feb. 11, 2020',
    'flag': 'Major Development'
  }

date can be in whatever format you think is best.

flag would be whether it's a major development or a fact check. (If you prefer to structure that differently, fine — will just need to modify the homepage widget accordingly.)

alykat commented 4 years ago

Using RSS instead.