From 3e508623805a5747b368b77716a1c8c45eaf439f Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Thu, 29 Jan 2026 21:18:44 +0100 Subject: [PATCH] Document WolframAlpha API wrapper AppId requirement Without the environment variable set, sourcing leads to an error. It seems appropriate to explicitly document the requirement beyond the mere existence of the named environment variable. --- sourced/api_wrappers/wolframalpha.nu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sourced/api_wrappers/wolframalpha.nu b/sourced/api_wrappers/wolframalpha.nu index aa2d67647..6017c8de1 100644 --- a/sourced/api_wrappers/wolframalpha.nu +++ b/sourced/api_wrappers/wolframalpha.nu @@ -1,3 +1,5 @@ +# The API requires an App ID +# https://developer.wolframalpha.com/ let appID = $env.WOLFRAMALPHA_APPID #Fetch simple answer from WolframAlpha API