Skip to content

TheRevenant04/poduniverse

Repository files navigation

Poduniverse

A podcast search web application created using Vue.js.

Poduniverse Demo

Description

  • Poduniverse is a podcast search web application.
  • Poduniverse uses data fetched from the Podcastindex API.
  • A hosted version of the application can be found here.

How to Use?

Create an account on Podcastindex and obtain an API key and API secret.

Project Setup

  1. Clone the repo

    git clone https://github.com/TheRevenant04/poduniverse.git
    
  2. Create a .env

    Copy contents from the .env.example to the .env and set the following variables:

    VUE_APP_API_AUTH_KEY=Your API key
    VUE_APP_API_SECRET_KEY=Your API secret
    
  3. Install dependencies.

    npm install
    
  4. Run the project.

    npm run serve
    
  5. Open a browser and access the following URL

    http://localhost:8080