Skip to content

santychuy/santychuy-podcasts-gen-example

Repository files navigation

Podcast Generator App

This project is based on the video of Javascript Mastery channel. Go and support it

Santychuy Podcast Generator es una aplicación que permite a los usuarios escuchar podcasts generados por inteligencia artificial. La aplicación utiliza la API de OpenAI para generar el audio y (opcional) portada del podcast.

Podcast-Gen-Demo.mp4

Third Parties

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/santychuy/santychuy-podcasts-gen-example.git
  2. Navigate to the project directory:

    cd project-name
  3. Install the dependencies:

    npm install

Usage

First need to fill the environment variables from the .env.example on a .env.local file on the root of the project to run correctly the project

To start the development server, run:

npm dev

License

This project is licensed under the MIT License. See the LICENSE file for more details.