hensei-web/utils/youtube.tsx
2022-12-26 09:53:25 -08:00

6 lines
163 B
TypeScript

import { YoutubeAPIClient } from 'youtube-api-v3-wrapper'
export const youtube = new YoutubeAPIClient(
'key',
process.env.NEXT_PUBLIC_YOUTUBE_API_KEY ?? ''
)