It retrieves statistics data from YouTube, and visualizes them.
Modify playlists data in src/app/playlist.ts.
PLAYLIST_DATA: {
name: string,
// required channelId or items
channelId: string, // not implemented
items: { name: string, playlistId: string }[]
}[]
It uses YouTube API. Add YOUTUBE_APIKEY to your environment variables.
$ yarn install
$ npm start
Access http://localhost:3000/