express-fathom
1.0.0 • Public • Published Express Middleware for Fathom Analytics
Fathom Analytics
const express = require('express');
const fathom = require('express-fathom');
const app = express();
app.use(fathom({
server: 'http://analytics-server.io',
siteID: 'AAAA'
}))
Name |
Type |
Description |
server |
URL |
Required. The URL pointing to the Fathom installation |
siteID |
string |
Required. The ID specifying which site to record in Fathom |
/express-fathom/
//
Package Sidebar
Install
Weekly Downloads