Skip to content

dyangcoding/podcastclub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83f4fd9 · Dec 28, 2019
Dec 10, 2019
Dec 28, 2019
Dec 28, 2019
Dec 28, 2019
Dec 28, 2019
Dec 22, 2019
Nov 27, 2019
Dec 28, 2019
Dec 26, 2019
Nov 12, 2019
Dec 17, 2019
Dec 3, 2019
Nov 24, 2019
Dec 16, 2019
Dec 24, 2019
Dec 24, 2019
Dec 21, 2019
Dec 24, 2019
Dec 24, 2019
Nov 12, 2019

Repository files navigation

mit license Podcast Club

Podcast club

Introduction

Podcast Club is a daily updated podcast aggregator inspired from AllTop. We focus on the topics IT, Entrepreneurship and Finance.

Podcast Club consumes Data from the Podcast API which is built with the Django Rest API.

All Podcast we currently cover, check out Here.

Getting Started

Prerequisites

make sure you have Node.js installed, otherwise head to Node.js official web site.

Installing

First, check out the source code:

git clone https://github.com/tryToCode/podcastclub.git

Then install all dependencies in the project's root folder:

# move into project folder
cd podcastclub

# install dependencies, this may take a moment
npm install

You are good to go, run the following command to start local server:

# serve with hot reload at localhost:3000
npm run dev

Now Podcast Club is listening on http://localhost:3000

Runnig the tests

Podcast Club is currently covered by nightwatch for End-To-End testing. Tests are executed under Firefox, if you prefer other browser, check out the documentation for installation.

Testcase are located under the test folder.

Run test under window:

node nightwatch.js test/index.test.js

Build With

Documentation

Learn more about the Podcast backend API here.

License

Podcast Club ist MIT licensed.

Releases

No releases published

Packages

No packages published