Skip to content

Instantly share code, notes, and snippets.

View scriptify's full-sized avatar
🏆
Working towards my goals, every day!

Maximilian Torggler scriptify

🏆
Working towards my goals, every day!
View GitHub Profile
@scriptify
scriptify / bassliner-alert.js
Last active June 12, 2023 11:07
Be the first to know
function executeAlarm() {
// Create new audio context
var audioContext = new (window.AudioContext || window.webkitAudioContext)();
// Create OscillatorNode to represent the tone
var oscillator = audioContext.createOscillator();
// Define the type of wave the oscillator will output
oscillator.type = 'square';
openapi: 3.0.3
info:
title: GuestJourneyAI REST API
version: 0.0.1
description: Developer facing REST API for the hotel recommender system, ready to be integrated into your application
servers:
- url: https://journey.yanovis.com
description: Production Deployment
- url: https://journey-staging.yanovis.com