6 lines
163 B
TypeScript
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 ?? ''
|
|
)
|