karanjariwala / HotSpot

To find hotspots in your application. Hotspots are the most clicked places in your app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HotSpot your app

To find the Most used and least used parts of your app.

Usage

  • import hotswap from node modules.
  • hotswap function.
  • The HotSpot definition.
  • @param {function} cb - Callback function
  • @param {array} eventNames - Array of keys of javascript event object you want to log.
  • @param {Number} numOfClicks - Number of clicks after which callback should get executed.
  • example "hotspot((data)=>console.log(data),['className', 'id','innerHTML'],3);"

About

To find hotspots in your application. Hotspots are the most clicked places in your app.

License:MIT License


Languages

Language:JavaScript 88.2%Language:HTML 11.8%