Skip to content

Instantly share code, notes, and snippets.

View calcium's full-sized avatar
💭
Available for work. Currently on AWS Connect. Ring my demo IVR +61 3 8376 0686

Chai calcium

💭
Available for work. Currently on AWS Connect. Ring my demo IVR +61 3 8376 0686
View GitHub Profile
@brdrcol
brdrcol / webcrypto-ptvapi.html
Created June 19, 2018 14:39
Sloppy demo of PTV API request signing using web crypto
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PTV API WebCrypto demo</title>
<style>
main {width: 100%; max-width: 26rem; margin: 1rem auto; font-family: sans-serif;}
label, input, button, a { display: block; width: 100%; padding: 0.2rem; }
label {padding-top: 0.25rem;}
a {margin: 0.25rem 0; overflow-wrap: break-word}