BryanWilhite / Songhay.Feeds

Collects Syndication feeds in JSON format for UI presentation.
MIT License
0 stars 0 forks source link
azure-webjob c-sharp cloud json-data ms-test net-core syndication

Songhay Feeds

Build Status

Songhay Feeds are Activities around downloading Syndication feeds (in RSS or Atom) and converting them into static JSON files. This file format can be used to bind to display component for a “dashboard” view.

Feeds Activities are intended to run in the cloud which, as of this writing, is in Azure. The only clue one would have to assume that running on Azure is possible is the conventional run.ps1 script.

@BryanWilhite