Skip to content

pranjals149/Footstep-Lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Footstep-Lookup

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).

Setting Up in Local environment

  1. Clone this repository - https://github.com/pranjals149/Footstep-Lookup.git
  2. Move into the project's directory - cd Footstep-Lookup
  3. Install the required dependencies - npm i
  4. Now, open the terminal and run - npm link
  5. Now, just type flookup for starting the application and tracking your activity.

Screenshot

Hope you like it !! 😄