Skip to content

ZenStudioLab/public-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Public Stats Repository

This project serves as a central, publicly accessible repository for statistics across various projects of mine. These statistics are intended to be fetched and displayed on landing pages, dashboards, and other external locations.

๐Ÿ“Š Project Statistics

The source of truth for these statistics is index.json.

Product Name Description Users Rating URL
Zen Virtual Piano Virtual piano with realistic sound and touch response 600+ โญ 5/5 Link
Zen Analytics Pixel Tracker Analytics tracking solution 600+ โญ 5/5 Link
Crypto Pulse Real-time crypto monitoring 20+ โญ 5/5 Link

๐Ÿš€ How to Use

You can fetch the statistics directly from the GitHub repository using the Raw URL.

Fetch Example (JavaScript)

async function fetchStats() {
  const response = await fetch('https://raw.githubusercontent.com/ZenStudioLab/public-stats/main/index.json');
  const data = await response.json();
  console.log(data.product['zen-virtual-piano'].userCount);
}

๐Ÿ› ๏ธ Project Structure

  • index.json: The main data store containing all project stats.
  • README.md: This documentation file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors