Changed incorrect references to .vbs files to .bas and corrected USE_WEBSITE keyword naming. Also added missing fields to API response structure and clarified that start.bas is optional for bots.
8 lines
184 B
QBasic
8 lines
184 B
QBasic
PARAM location AS "The city and state, e.g. San Francisco, CA"
|
|
PARAM unit AS "celsius", "fahrenheit"
|
|
|
|
DESCRIPTION "Get the current weather in a given location"
|
|
|
|
|
|
|
|
RETURN weather_info
|