An open API service indexing awesome lists of open source software.

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

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
```