Page Views Counter

VIEW: 0 VIEW

Netlify Dynamic Site Challenge using Netlify Blobs

Welcome to the Page Views Counter project! This project aims to track the number of views each page receives.

I've implemented a page view counter using Netlify Blog and Netlify Functions, allowing us to monitor page view efficiently.

Above view count is displayed using this API.

Implementation and Usage Instructions

  1. Send a GET Request: Send a GET request to the API endpoint with the URL of the page to track.
  2. Receive Response: Receive the response containing the page URL and its view count.
  3. Display View Count: Display the view count on your page as needed.

Sample Pages

API Endpoint

The API response includes the page URL and its corresponding view count in JSON format.