Simpler podcast player web app created using Next.js + React.js. Working with the API Audioboom to show all the podcasts.
Try it the live project here with Netlify or Now
- It is necessary to have Node.js 10.x installed.
- Run
npm install
to install all the dependencies. npm run dev
to run the development environment.npm run build && npm start
to run the production environment.
This project is under license MIT.