Plausible web destination for walkerOS
npm install @elbwalker/destination-web-plausibleMade to be used with
walker.js from
walkerOS.
More detailed information and examples can be found in the
documentation.
Start by setting up the config for the destination. Optional fields as comments.
Destinations can be used via node or directly in the browser.
Learn more about the
destinations in general and read
the detailled
Plausible Analytics configuration.
``js`
const config = {
custom: {
domain: 'elbwalker.com', // Optional, domain of your site as registered
},
};
`sh`
npm i --save @elbwalker/destination-web-plausible
`ts
import { elb } from '@elbwalker/walker.js';
import destinationPlausible from '@elbwalker/destination-web-plausible';
elb('walker destination', destinationPlausible, config);
``
Feel free to contribute by submitting an
issue, starting a
discussion or getting in
contact.