Skip to content

VarmaMSP/podcast-client

Repository files navigation

Podcast-Client

JavaScript Style Guide

A minimalistic podcast player that allows to search and stream podcasts from your browser.

alt text

Tools

This project uses the following open source projects.

Installation

Install yarn globally before setup.

git clone https://github.com/VarmaMSP/phenopod.git
cd phenopod
yarn setup
yarn build:dev

Open your browser at: http://localhost:8081

Code Style

JavaScript Style Guide

This project uses standard to maintain code style and consistency. yarn test runs standard automatically.