- Pagination commands
- Debounced Search
- Multiple API-key Support
- Dockerized
- For searching on a bigger dataset change the
max_results
parameter or thequery
parameter inyoutube-video.util.go
- Rename
.env.example
to.env
- Add Google API Keys in the
.envfile
Run with docker-compose
```bash
docker-compose up --build
```
Run with go
```bash
go run main.go
```