Skip to content

online-lorno/clepher-alphavantage

Repository files navigation

Alphavantage app

Vite + React + TypeScript + TailwindCSS

Running application

Update files

  • Change API Key in src/lib/apis.ts file by updating the demo string if needed, though it still works.
  • Update the file src/routes/home.page.tsx if you want to load data from a mock data.

Use node version 18+

cd clepher-alphavantage
npm i
npm run dev

Then open http://localhost:5173/.

Used APIs