Skip to content

kr8n3r/browser-analytics-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Analytics Explorer

Getting Started

  1. Prerequisites Ensure you have Node.js installed on your machine (v16+ recommended).

  2. Installation Install the minimal required packages:

npm install
  1. Populating Data Add your logs inside raw-data folder.

The application looks specifically for files ending with a .csv extension.

  1. Running the Application Start the Node.js server using the default npm script:
npm start

Expected CSV Data Schema

Input CSV headers should be:

"Browser name","Browser version","Browser version major","Browser version minor","Operating System","Operating System version","Operating System version major","Operating System version minor","Device","Event timestamp"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors