An open API service indexing awesome lists of open source software.

https://github.com/fivetran/self-hosted-analytics-js

Demo of how to use self-host analytics.js
https://github.com/fivetran/self-hosted-analytics-js

Last synced: 12 months ago
JSON representation

Demo of how to use self-host analytics.js

Awesome Lists containing this project

README

          

# Overview

This repo is example how to self-host analytics.js. We built analytics.js from https://github.com/fivetran/analytics.js, which is a very slight fork of https://github.com/segmentio/analytics.js, and are hosting it at https://static.fivetran.com/scripts/analytics.js.

# Running locally with NPM

To run demo, go the `./demo/` folder, then run the following commands:
- `npm install`
- `npm start`