https://github.com/keegandonley/timeoutjs
Automatically timeout webpage after inactivity
https://github.com/keegandonley/timeoutjs
javascript timer website
Last synced: 2 months ago
JSON representation
Automatically timeout webpage after inactivity
- Host: GitHub
- URL: https://github.com/keegandonley/timeoutjs
- Owner: keegandonley
- License: mit
- Created: 2017-04-27T01:46:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T16:20:18.000Z (almost 4 years ago)
- Last Synced: 2025-12-31T00:32:51.191Z (6 months ago)
- Topics: javascript, timer, website
- Language: JavaScript
- Homepage: http://timeoutjs.io
- Size: 1.45 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timeoutJS
Working on a web project I realized there wasn't an easy way to simply handle timeouts on a web page after a period of inactivity. After writing some basic code to handle this, I realized it would be much cleaner to wrap everything in some basic functions to handle interacting with the timer, and that's how timeoutJS was born.
Read the docs: [timeoutJS Docs](http://keegandonley.com/timeoutJS/)