Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/homanp/super-stocks
- Owner: homanp
- License: mit
- Created: 2023-11-27T21:54:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T15:38:00.000Z (about 1 year ago)
- Last Synced: 2024-10-17T08:00:12.422Z (about 2 months ago)
- Topics: agent, ai, assistants, gpt, llm
- Language: TypeScript
- Homepage: https://docs.superagent.sh
- Size: 197 KB
- Stars: 45
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - homanp/super-stocks - AI Assistant that can get stock prices (TypeScript)
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.