Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcosklender/youtubecounters

Simple JavaScript app that retrieves your favorite YouTube channel statistics.
https://github.com/marcosklender/youtubecounters

api javascript social-counter social-media youtube youtube-api

Last synced: about 1 month ago
JSON representation

Simple JavaScript app that retrieves your favorite YouTube channel statistics.

Awesome Lists containing this project

README

        

![JavaScript](https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/JavaScript-logo.png/110px-JavaScript-logo.png)

YouTube Counters

![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![Tailwind](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)

Check the statistics of your favorite youtube channels!

![Screenshot](https://github.com/user-attachments/assets/eea95881-0b45-4bc8-a9c6-d3f7f9ca266a)

## Table of Contents


  1. About The Project

  2. Getting Started

  3. License

## About The Project

YouTube Counters is a simple JavaScript application that utilizes the YouTube API to search for channels and retrieve the number of subscribers and total views. This project aims to provide users a quick access to important metrics about their favorite channels.

**Features**
- Channel Search: Users can search for YouTube channels by name.
- Subscriber Count: Displays the total number of subscribers for each channel.
- View Count: Shows the total number of views across all videos for the channel.
- User-Friendly Interface: Easy-to-navigate UI for an enhanced user experience.

Back to top ⬆️

## Getting Started

Just visit [YouTube Counters](https://marcosklender.github.io/YouTubeCounters/) and search your favorite channel by name. 😁

Back to top ⬆️

## License

Distributed under the MIT License.

Back to top ⬆️