feedbinStarsRSSFeed
This project setups an RSS feed for the articles you have stared in feedbin.
To use this, you will need to create some environment vars. Here is what you will need.
STAR_FEED_URL=<url made by valtown> STAR_FEED_NAME=<name of your feed> FEEDBIN_USER=<email to login to feedbin> FEEDBIN_PASSWORD=<password for feedbin>
This is the GET HTTP handler controller. It sees the request from HTTP, uses starFeed
to get an XML string and makes the XML response back. This is the entry point for the project.
This is the main bussiness logic unit where we get stars, get entry data from feedbin for each star and then add those to an RSS feed object and convert that RSS feed object to an string full of XML.
This is a helper for working with the feedbin API and its auth. You can think of it as the Feedbin Service.