Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 466 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 466 Bytes

Weather-Bot

A replacement for your boring local weatherman.

Installation

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

Usage

ts-node ./src/index.ts [ZIPCODE]