Skip to content

yvmunayev/nextjs-alphavantage-demo

Repository files navigation

This is a Next.js for Visualizing Stock Data using the Alpha Vantage API.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

.env

API_KEY=demo // API key for the Alpha Vantage API

Note: If you do not configure the .env file or the API call limit is reached, the project has different MOCKS to simulate the API response.

Releases

No releases published

Packages

 
 
 

Contributors