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

https://github.com/spikything/next-finance-app

Real-time crypto price tracker using WebSocket API and Next.js 💹
https://github.com/spikything/next-finance-app

chart crypto d3 finance fintech javascript nextjs react realtime typescript websocket

Last synced: 3 months ago
JSON representation

Real-time crypto price tracker using WebSocket API and Next.js 💹

Awesome Lists containing this project

README

          

A small real-time crypto price tracker using Twelvedata's WebSocket API, Next.js and D3

[![Next Finance App](https://www.spikything.com/projects/next-finance-app/next-finance-app.jpg?v=2)](https://next-finance-app-three.vercel.app/)

## Getting Started

- Clone the project and `npm install`
- Copy `.env.local.template` to `.env.local` and add your Twelvedata API key
- Then, run the development server:

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

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