Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.07 KB

Syntax.fm Sick Picks

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.

Setup

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.

Contributing

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.