webapp work, push required for https

This commit is contained in:
Neale Pickett 2018-11-21 20:29:51 +00:00
parent 67db2edd0d
commit 711c7d2451
1 changed files with 30 additions and 0 deletions

30
toys/starship/index.md Normal file
View File

@ -0,0 +1,30 @@
---
title: Starship Noise Generator
scripts:
- starship.js
headers:
- <link rel="manifest" href="manifest.json">
---
<div>
<button id="play" class="big">⏯️</button>
<span>
🔉
<input id="fader" type="range" min="0" max="10" step="0.01" />
🔊
</span>
</div>
I work in a building with no HVAC,
which means we can hear <em>everything</em> people are saying,
anywhere in the building.
This page is a low-CPU noise generator that runs entirely in JavaScript.
Once it starts,
you dont need an Internet connection to keep it going.
You can leave it running forever, if you like.
For those interested,
it uses the new (in 2017), perfect for this application,
[Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API)