Skip to content

EarthlingInteractive/weather-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published