jasonzissman / TimeMe.js

A JavaScript library to accurately time how long a user views a web page, disregarding idle time and time when the tab or window is minimized.
MIT License
592 stars 124 forks source link

Auto save data to database #38

Open AkremBelkahla opened 7 years ago

AkremBelkahla commented 7 years ago

Hello,

Is there any way to auto save time spent on the page to database table (because i need to add some other data like usename) ?

Good job by the way !