Skip to content

v1.0.0 - Click Counter API

Latest
Compare
Choose a tag to compare
@AsifKamboh-COM AsifKamboh-COM released this 18 Feb 11:49
· 2 commits to main since this release
76a23e2

This is the initial release of the Click Counter API. It allows you to track and manage counters for various keys associated with post IDs using Firebase Realtime Database. This simple API supports operations like:

  • Incrementing and decrementing values
  • Setting a specific value for a key
  • Resetting values to zero
  • Retrieving the current value of a key

The API is built with Node.js, Express, and Firebase, providing a scalable and real-time solution for tracking views, downloads, or any custom data associated with post IDs.

Features:

  • Firebase-backed counter API with real-time updates
  • Supports increment, decrement, reset, set, and get operations
  • Scalable with serverless deployment via Vercel
  • Simple and easy-to-integrate with your application

Getting Started:

  1. Clone this repository
  2. Set up Firebase project and update the credentials in app.js
  3. Deploy to Vercel or run locally

Feel free to contribute, report issues, or suggest features!