This project was created to provide a single place to view all of the Sick Picks recommended on the Syntax podcast. hosted by Wes Bos and Scott Tolinksi.
The app parses the Syntax RSS feed and searches for a header in each episode containing a list of "Sick Picks". If the header is found, all following HTML until the next header is added to the site.
Check out the site on Netlify.
Ensure you have Node.js installed.
In your terminal, run this to install all npm dependencies.
npm install
In your terminal, run this to start running the web app locally.
npm start
Open the webapp in a browser by navigating to localhost:1234
.
If there are open Issues, a pull request is always welcome.
If you discover an problem, or have a suggestion while using the site, please open an issue on Github.