Skip to content

Instantly share code, notes, and snippets.

// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles":
<script src="https://cdn.jsdelivr.net/npm/amplitudejs@{{version-number}}/dist/amplitude.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
Amplitude.init({
"songs": [
{
"name": "Song Name 1",
"artist": "Artist Name",
<!-- This needs to go in the head -->
<head>
<style>
@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
html,body {
position: relative;
min-height: 100vh;
background-color: #FFF0F5;
display: flex;

Keybase proof

I hereby claim:

  • I am hmgibson23 on github.
  • I am hmg23 (https://keybase.io/hmg23) on keybase.
  • I have a public key ASDD2cHyrrM0go-_hPqX5MwR5oInM51WN1RO_vZDUhqbzwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am hmgibson23 on github.
  • I am hmg23 (https://keybase.io/hmg23) on keybase.
  • I have a public key ASB4bLWgcgcXMW_nBehJpbNT1uqF5yLsWfoTV7U3CG6Eggo

To claim this, I am signing this object:

var fs = require('fs')
, util = require('util')
, stream = require('stream')
, readline = require('readline');
// encapsulates the logs for each relevant line
function log(url, method) {
this.url = url;