express-fathom

1.0.0 • Public • Published

Express Middleware for Fathom Analytics

Fathom Analytics

Usage

const express = require('express');
const fathom = require('express-fathom');

const app = express();

app.use(fathom({
    server: 'http://analytics-server.io',
    siteID: 'AAAA'
}))

Options

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

    npm i express-fathom

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.47 kB

    Total Files

    4

    Last publish

    Collaborators

    • salockhart