Skip to content

dalenoe/youtube-realtime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Realtime

This is a simple experiment which shows the current live subscriber count on YouTube for a user. The count displayed on YouTube is often incorrect because it doesn't update in realtime. The count used on this experiment is taken directly from the API and hence is garaunteed to be accurate.

The design follows Material Guidelines by Google, although could be mildly displaced since no libraries were used for the same. The page is only 20KB in size, including all resources used. This page is super light and the follow up network requests are as minimal as possible.

You can directly bookmark the relevent page to directly jump to a specific user.

YouTube Realtime Screenshot

Feel free to submit issues/pull request if you'd like to contribute. No javascript or theming libraries were used (except Odometer for smooth digit animations) and I prefer not to, please keep this in mind while submitting a pull request.

Todo

  1. Mobile View
  2. Embeds
  3. Anything else?

License

YouTube Realtime Copyright (C) 2015 Akshat Mittal

Please see LICENSE.md file in the same directory.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.2%
  • JavaScript 35.4%
  • HTML 28.4%