Skip to content

Marc-Vibek-Labs/PodcastSummariser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube API Project

This project consists of a frontend and backend application that interacts with the YouTube API.

Project Structure

The project is divided into two main directories:

  • fe/: Frontend application
  • be/: Backend application

Frontend (fe)

The frontend is a web application that provides a user interface for interacting with YouTube data.

Technologies Used

  • Node.js
  • React (or your chosen frontend framework)
  • YouTube API client library

Setup

  1. Navigate to the fe directory:
  • cd fe
  1. Install dependencies:
  • npm install

Backend (be)

The backend serves as an API gateway and handles server-side logic for the YouTube API interactions.

Technologies Used

  • Node.js
  • Express.js (or your chosen backend framework)
  • YouTube API

Setup

  1. Navigate to the be directory:
  • cd be
  1. Install dependencies:
  • npm install
  1. Set up your YouTube API credentials (follow YouTube API documentation)

  2. Start the server:

  • npm start

Getting Started

  1. Clone this repository
  2. Set up and start the backend server
  3. Set up and start the frontend application
  4. Access the application through your web browser

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

About

Browser extension to summarise podcasts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published