visitor-count-api
This is a project built with Deno to track the amount of visitors on different GitHub repositories.
The project relies on countapi.
Usage
Import the module from deno.land:
// Imports
import { count } from "https://deno.land/x/vca/mod.ts";
Call it:
const visitorCount = await count("github.com", "octocat", "octocat");