Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Examples

Complete example apps built on the rss.chat APIs. Each one lives in its own folder with its own readme -- background, instructions, and everything needed to run it.

  • easyblogger -- renders a user's recent posts as a simple blog page, one HTML file. A sample of the output is included, so you can see what it makes before you run it.
  • firehose -- two apps, one for Node and one for the browser, that listen to a server's firehose and show each post as it arrives.
  • getthread -- fetches a whole conversation with one API call and prints it as an indented outline. The one-call twin of threadwalker.
  • threadwalker -- walks a whole conversation from the RSS feeds alone, no API calls, and prints it as an indented outline.
  • wordpress -- rss.chat meets WordPress. The first app, inboundRss, mirrors posts from an rss.chat feed onto a WordPress site as they happen.