Spaces:
Sleeping
Sleeping
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). |