How to use Azure Table storage from Node.js
index.js: Trigger Function to iterate through feeds and insert new entries into table storage.
config.js: Configuration values for all Functions.
index.js: Http Function to retrieve the top five entries from each feed.
[x] Setup CI of functions [x] Stop inserting when first duplicate entry is found [ ] Create UI [ ] Purge items after a certain time [ ] Mark items as read