Spaces:
Sleeping
Sleeping
File size: 2,108 Bytes
5765c54 a1bb226 5765c54 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
---
sdk: docker
app_port: 3000
---
# 🔍 YouTube Advanced Search
Find exactly what you're looking for on YouTube with multiple advanced search filters.
<div align="center">


</div>
## This app was built with
<div align="center">








</div>
## How to start
To try this project just type this lines in your terminal:
```bash
# Copy environment file
cp .env.example .env.local
# Install packages
npm install
# Start development server
npm run dev
# Build and start server
npm run build && npm run start
```
To run, you will need a `YouTube Data API v3` access key, to get it go to [Google Console](https://console.cloud.google.com), create a project and get the credentials.
## Contribution
The project is still under development, it is still necessary to create a paging system and minor UI/UX tweaks. Furthermore, the filters can also be improved as per the [YouTube API documentation](https://developers.google.com/youtube/v3/docs/search/list). |