I\'m doing a simple weather app and I\'m trying to set my API key as an environment variable like you would in Python using apiKey = os.getenv[\'MY_API_KEY\'].
apiKey = os.getenv[\'MY_API_KEY\']