https://github.com/pacna/yt-transcriptify
A web application designed to display a visual transcription of any YouTube video. It provides users with a visual format of the video's transcript, making it easier to read and follow along.
https://github.com/pacna/yt-transcriptify
angular typescript
Last synced: about 1 month ago
JSON representation
A web application designed to display a visual transcription of any YouTube video. It provides users with a visual format of the video's transcript, making it easier to read and follow along.
- Host: GitHub
- URL: https://github.com/pacna/yt-transcriptify
- Owner: pacna
- License: mit
- Created: 2020-12-28T22:31:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T00:44:39.000Z (over 1 year ago)
- Last Synced: 2024-10-27T01:38:44.462Z (over 1 year ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://pacna.github.io/yt-transcriptify/
- Size: 2.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YT Transcriptify

YT Transcriptify is a web application designed to display a visual transcription of any YouTube video. It provides users with a visual format of the video's transcript, making it easier to read and follow along.

You can try it out [here](https://pacna.github.io/yt-transcriptify/) (**_note_**: you may need to install an extension to bypass any CORS related issues)
## Prerequisites
Before running YT Transcriptify, make sure you have the following dependencies installed on your system:
1. [Node.js](https://nodejs.org/en/)
2. [Make](https://www.gnu.org/software/make/)
## Installation
To install the required dependencies, run:
```bash
$ make install
```
## Running locally
To run YT Transcriptify on your local machine, execute the following command:
```bash
$ make local
```
After running the command, open your web browser and navigate to http://localhost:4200 to explore YT Transcriptify locally.
## Running Tests
To run the tests, execute the following command:
```bash
$ make test
```