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 💹
- Host: GitHub
- URL: https://github.com/spikything/next-finance-app
- Owner: spikything
- Created: 2025-04-27T18:39:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-01T12:25:55.000Z (about 1 year ago)
- Last Synced: 2026-02-01T14:12:02.697Z (5 months ago)
- Topics: chart, crypto, d3, finance, fintech, javascript, nextjs, react, realtime, typescript, websocket
- Language: TypeScript
- Homepage: https://next-finance-app-three.vercel.app
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A small real-time crypto price tracker using Twelvedata's WebSocket API, Next.js and D3
[](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.