A small real-time crypto price tracker using Twelvedata's WebSocket API, Next.js and D3
- Clone the project and
npm install - Copy
.env.local.templateto.env.localand add your Twelvedata API key - Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
