Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/homanp/super-stocks

AI Assistant that can get stock prices
https://github.com/homanp/super-stocks

agent ai assistants gpt llm

Last synced: about 1 month ago
JSON representation

AI Assistant that can get stock prices

Awesome Lists containing this project

README

        

# SuperStocks πŸ“ˆ

https://github.com/homanp/super-stocks/assets/2464556/926fcda6-d9a1-49b6-8a10-02a4b1672de2

This project is a POC on how to run custom functions/tools with [Superagent.sh](https://github.com/homanp/superagent).

Big thanks to [Alpha Vantage](https://www.alphavantage.co/) for sponsoring us with access to their API.

## Demo
[https://super-stocks.vercel.app](https://super-stocks.vercel.ap)

## Getting Started
1. Install dependencies:
```bash
npm i
```

2. Change `.env.example` to `.env`Β and fill out the variables

3. Then run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.