README.md
Scrapes Reddit for recent submissions that link to a domain. Results returned as an RSS feed, including the post title, Reddit URL, and publish timestamp.
Input: string of the top-level domain (i.e. "algorithmia.com")
Output: an array of objects containing title, pubDate, and url as strings.
For scraping a specific subreddit, try ScrapeSubReddit.
Related Algorithms: