Podcast Player is simple podcast feed (Joe Rogan Experience in this case). Podcast can be played for listening.
Ensure you have at least NodeJS v10.9.0 installed on your machine. JavaScript code has been written to ES7 standard.
- Fork and clone this repository to your machine
- Using terminal cd to the cloned directory and run this command:
npm install
To run the app run the following command in terminal:
npm start
React will start a development server and open a browser window to show the Podcast Player app.
Deployed app: Podcast Player
- NPM - JavaScript package manager
- React - JavaScript based front-end framework
- Axios - Promise based HTTP client for the browser and node.js
- moment - Parse, validate, manipulate, and display dates in javascript
- ReactPlayer - A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, and DailyMotion