Skip to content

a primitive prototype for collecting analytical metrics from users and sending them to an express server without cookies

Notifications You must be signed in to change notification settings

sartimo/analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analytics

this is a small prototype to collect several analytical metrics from a users visit and send them to an express server. the tracking-script that collects those metrics is around 804 bytes big (0.804 kb!!).

installation

bun install

how to use

  1. start the express server
bun run s.js
  1. open index.html in your browser and allow the geolocation tracking popup.

  2. you should see the visitors data in the console output of the express server.

About

a primitive prototype for collecting analytical metrics from users and sending them to an express server without cookies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published