Easy-to-use API that allows you to get relevant data about YouTube videos.
Basic usage:
- Getting data from search query: http://partysyncwith.me:3005/search/{SEARCH-QUERY}/{NUMBER-OF-RESULTS}
- Getting data by YouTube ID: http://partysyncwith.me:3005/id/{YOUTUBE-ID}
This will allow you to pull relevant information from YouTube videos with ease. In addition, the search feature returns suggested searches and has a limit of 50 results.
Requires a .env file in the project root with a YouTube API Key:
YOUTUBE_API_KEY=XXXXXXXXXXXXXXXXXXXXXXX