Little project dedicated to my dog. It gets his current status via an input and then it generates a "mood" using the OpenAI and Weather.gov APIs. Built with NextJS, React, Tailwind, TypeScript and OpenAI SDK.
First, run the development server:
npm i
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.