T-Series vs PewDiePie [Webapp]

created a simple web app that checks the live subscriber counts of “T-series and PewDiePie” !:sweat_smile: .Just bored and had no idea what to do so just coded this. Check it out here [https://bit.ly/2Owtmn5 ]
Star this project :heart: if you like it :relieved:

Tech used :
1.Webpack for bundling, along with sass loaders
2.Babel for compiling es6.
3.Node for the server.[Was not necessary but as i had to deploy it on heroku so it needs a server ]
4.Sass for static styling

4 Likes

I think you switched the counters over. PewDiePie is the one with more subs…

1 Like

Oh man .You are right. thanks

1 Like

shoud be fixed now :pray:

:sweat_smile::sweat_smile::sweat_smile: Good job! :grin::grin:

1 Like

Lol, it’s unreal that people are subbing at this rate.

1 Like

ikr ! :sweat_smile: Even when i was developing , initially i was fetching the data per 4 seconds for each channel.But even 4 seconds seemed too slow compared to the sub rate as it started jumping from like 100 subs to 200subs.So i had to fix it in 2 sec.

Cool idea, you use what api link to fetch data?

2 Likes

youtube v3 api. You can get your own keys from Google cloud console.

1 Like