A replacement for your boring local weatherman.
You'll need to first setup local enviornment variables for the OpenWeather API and the OpenAI API.
export OPENWEATHER_API_KEY=[API_KEY]
export OPENAI_API_KEY=[API_KEY]
Install the dependencies:
npm i ts-node -g
npm install
ts-node ./src/index.ts [ZIPCODE]