2.1.2 • Published 2 months ago

@elbwalker/destination-web-plausible v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Plausible web destination for walkerOS

Made to be used with walker.js from walkerOS.

More detailed information and examples can be found in the documentation.

🤓 Usage

Start by setting up the config for the destination. Optional fields as comments. Destinations can be used via node or directly in the browser.

Configuration

Learn more about the destinations in general and read the detailled Plausible Analytics configuration.

const config = {
  custom: {
    domain: 'elbwalker.com', // Optional, domain of your site as registered
  },
};

Node usage

npm i --save @elbwalker/destination-web-plausible
import { elb } from '@elbwalker/walker.js';
import destinationPlausible from '@elbwalker/destination-web-plausible';

elb('walker destination', destinationPlausible, config);

Contribute

Feel free to contribute by submitting an issue, starting a discussion or getting in contact.

2.1.2

2 months ago

2.1.1-next.0

2 months ago

2.1.1

2 months ago

2.1.0

2 months ago

2.1.0-next.0

2 months ago

2.0.1

4 months ago

1.2.3

9 months ago

2.0.0

4 months ago

1.2.0

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago