https://github.com/raynou/gif-from-yt
A simple web application that extracts gifs from youtube videos
https://github.com/raynou/gif-from-yt
docker docker-compose express-js gif gifgenerator grunt react tailwindcss youtube youtube-dl
Last synced: 3 months ago
JSON representation
A simple web application that extracts gifs from youtube videos
- Host: GitHub
- URL: https://github.com/raynou/gif-from-yt
- Owner: Raynou
- License: mit
- Created: 2025-06-24T19:49:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-03T04:52:51.000Z (10 months ago)
- Last Synced: 2025-09-03T06:26:38.452Z (10 months ago)
- Topics: docker, docker-compose, express-js, gif, gifgenerator, grunt, react, tailwindcss, youtube, youtube-dl
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gif from YouTube Video
A simple web app that allows you to extract a gif from a YouTube video
## Setup the project
### Clone the repositort
```bash
git clone https://github.com/Raynou/gif-from-yt.git
```
### Install dependencies
```bash
npm install
```
Or if you're using pnpm:
```bash
pnpm install
```
### Execute it
```bash
npm run dev
```
To run server only
```bash
npm run dev:client
```
To run client only
```bash
npm run dev:server
```