Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 928 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 928 Bytes

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 !! 😄