This is an activity tracking application. It lets you to see the name of the window opened, the total time for which the user was on the window. If the window is Google Chrome (or any other browser) then it will even show the URL on which the user was. All these data is stored in a JSON file(footsteps.json).
- Clone this repository -
https://github.com/pranjals149/Footstep-Lookup.git
- Move into the project's directory -
cd Footstep-Lookup
- Install the required dependencies -
npm i
- Now, open the terminal and run -
npm link
- Now, just type
flookup
for starting the application and tracking your activity.
Hope you like it !! 😄