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:
- Clone this repository
- Set up Firebase project and update the credentials in app.js
- Deploy to Vercel or run locally
Feel free to contribute, report issues, or suggest features!