Skip to content

A web app that shows a graph for the number of subscribers of each of the Hololive members.

Notifications You must be signed in to change notification settings

cytsunny/hololive-youtube-subscriber-count

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hololive YouTube Subscriber Count

A simple web app that shows a graph for the number of subscribers of each of the Hololive members.

Setup

  1. Get your YouTube Data API key.

  2. Create a file named .env.local in the root folder of this project.

  3. Include the following in the file created:

YOUTUBE_API_KEY="<your_youtube_api_key>"
  1. Type yarn dev to start in development mode.

  2. Visit http://localhost:3000 to view the application.

Disclaimer

This hobby project has no affiliation with Hololive production in any way and has been built only for fun.

About

A web app that shows a graph for the number of subscribers of each of the Hololive members.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • SCSS 5.3%