Podcast Summary

2025
Vue Express Node.js AI OpenAI

Overview

A full-stack application that allows users to paste Apple Podcast URLs and receive AI-generated summaries of episodes.

Features

  • AI-Powered Summaries: Utilizes OpenAI to generate concise summaries
  • Stock Extraction: Identifies Taiwan and US stock mentions
  • Sentiment Analysis: Determines bullish or bearish sentiment
  • Auto-Collection: Automatically gathers popular business podcasts

Tech Stack

  • Frontend: Vue 3 with Composition API
  • Backend: Express.js (Node.js)
  • AI: OpenAI GPT API
  • Deployment: TBD

Development Period

June 2025 - Present

Key Learnings

  • Integrating AI APIs into web applications
  • Building robust scraping mechanisms
  • Managing asynchronous operations in Node.js