At the end of each SyntaxFM podcast, a few Sick Picks are given - basically recommendations on products, podcasts, music - anything the hosts are into currently. I built a web scraper here which collects the data for this app to display.
To run this project for local development follow these steps in a terminal. The app will run on port 3000.
npm install
npm start
Thank you for your interest! All types of contributions welcome. HACK AWAY! 🔨🔨🔨
- Fork and clone this repository
- Create your branch from the
master
branch - Run
npm run lint:fix
to ensure correct formatting - Please open your PR with the
development
branch as the base