A simple web app that shows a graph for the number of subscribers of each of the Hololive members.
-
Get your YouTube Data API key.
-
Create a file named
.env.local
in the root folder of this project. -
Include the following in the file created:
YOUTUBE_API_KEY="<your_youtube_api_key>"
-
Type
yarn dev
to start in development mode. -
Visit http://localhost:3000 to view the application.
This hobby project has no affiliation with Hololive production in any way and has been built only for fun.