Skip to content

Commit 049b00e

Browse files
authored
Document WolframAlpha API wrapper AppId requirement (#1211)
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.
1 parent efe6b1d commit 049b00e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sourced/api_wrappers/wolframalpha.nu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# The API requires an App ID
2+
# https://developer.wolframalpha.com/
13
let appID = $env.WOLFRAMALPHA_APPID
24

35
#Fetch simple answer from WolframAlpha API

0 commit comments

Comments
 (0)