This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"version": "1.0.0", | |
"title": "SupaWeather API", | |
"description": "The SupaWeather API provides comprehensive weather data and forecasts for locations worldwide. Get real-time weather conditions, extended forecasts, and geocoding services.", | |
"contact": { | |
"name": "SupaWeather API Support", | |
"email": "[email protected]" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let monitoring = false; | |
let seatDownAccel = null; | |
let checkInterval = null; | |
let flashInterval = null; | |
let movedSince = null; | |
let flashTimerInterval = null; | |
// === Configuration Constants === | |
const ANGLE_THRESHOLD = 25; // degrees | |
const SEAT_UP_WARNING_DELAY_MS = 15000; // delay before red LED starts flashing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ips": ["46.208.237.23", "foo"], | |
"consumers": [], | |
"subs": [] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.1 | |
info: | |
title: Daily Forecasts API | |
description: Daily Forecasts API description. | |
termsOfService: https://developer.accuweather.com/legal | |
contact: | |
name: AccuWeather Sales | |
url: https://developer.accuweather.com/ | |
email: [email protected] | |
license: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"zudoku": { | |
"url": "https://zudoku.dev" | |
}, | |
"rate-my-openAPI" : { | |
"url" : "https://ratemyopenapi.com" | |
}, | |
"mockbin" : { | |
"url" : "https://mockbin.io" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "Pizza Ordering API", | |
"description": "An API to order pizzas, check order status, and view menu options", | |
"version": "1.0.0" | |
}, | |
"paths": { | |
"/pizza/order": { | |
"post": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "Pizza Ordering API", | |
"description": "An API to order pizzas, check order status, and view menu options", | |
"version": "1.0.0" | |
}, | |
"paths": { | |
"/pizza/order": { | |
"post": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "Train Travel API", | |
"description": "API for finding and booking train trips across Europe.\n\n## Run in Postman\n\nExperiment with this API in Postman, using our Postman Collection.\n\n[<img src=\"https://run.pstmn.io/button.svg\" alt=\"Run In Postman\" style=\"width: 128px; height: 32px;\">](https://app.getpostman.com/run-collection/9265903-7a75a0d0-b108-4436-ba54-c6139698dc08?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D9265903-7a75a0d0-b108-4436-ba54-c6139698dc08%26entityType%3Dcollection%26workspaceId%3Df507f69d-9564-419c-89a2-cb8e4c8c7b8f)\n", | |
"version": "1.0.0", | |
"contact": { | |
"name": "Train Support", | |
"url": "https://example.com/support", | |
"email": "[email protected]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "The Rick and Morty API (via a Zuplo Gateway)", | |
"version": "1.0.0", | |
"description": "This is an example API proxied via Zuplo. These docs are generated based on the gateway configuration. Full credit to the original and upstream API, available at rickandmortyapi.com. \n\n The source for the gateway is available on GitHub [here](https://github.com/zuplo-samples/rick-and-morty).", | |
"x-logo": "https://storage.googleapis.com/cdn.zuplo.com/uploads/rick-and-morty.jpeg" | |
}, | |
"paths": { | |
"/v1/characters": { |
NewerOlder