Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/84436/keep-me-awake
A dirty web-based workaround for keeping computers awake (used to be based on Web Audio API)
https://github.com/84436/keep-me-awake
silly-project vite vue vuetify
Last synced: 9 days ago
JSON representation
A dirty web-based workaround for keeping computers awake (used to be based on Web Audio API)
- Host: GitHub
- URL: https://github.com/84436/keep-me-awake
- Owner: 84436
- Created: 2021-12-30T08:41:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T06:30:58.000Z (over 1 year ago)
- Last Synced: 2023-06-08T07:27:21.897Z (over 1 year ago)
- Topics: silly-project, vite, vue, vuetify
- Language: JavaScript
- Homepage:
- Size: 3.32 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `keep-me-awake`
**Try it out**: **[GitHub Pages](https://84436.github.io/keep-me-awake)** | ~~[CloudFlare Pages](#)~~ (broken, willfix)
A dirty web-based workaround for keeping computers awake.
This works by playing ~~an inaudible-to-hooman tone (10Hz)~~ a 10-second empty video (with a 10Hz tone @ -40dB) on loop in the background when toggled on. The video is not visible on the page.
![](./doc_assets/screenshot.png)
## Featuring
- Vue 3-ish (still no `setup()`) & [Vuetify 3 alpha](https://next.vuetifyjs.com/en)
- [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) (specifically [this answer](https://stackoverflow.com/a/16573282) from StackOverflow)
- [Bootstrapped with Vite](https://vitejs.dev/)
- Dynamic Favicons (thanks to [this article](https://css-tricks.com/svg-favicons-and-all-the-fun-things-we-can-do-with-them/) @ CSS-Tricks)