This app calculates the total watch time of YouTube playlists, with additional features to remove videos and check the duration of the watched videos.
This project uses pnpm for package management.
- Clone this repository.
- Get API key for YouTube Data API v3.
- Create
.env.local
file and set the API key from above forYT_API_KEY
.
YT_API_KEY=your_api_key
Refer to this for getting API key: developers.google.com/youtube/v3/getting-started#intro
- Install packages and run development server:
pnpm install
pnpm dev
See ./LICENSE for the full license.