https://github.com/navjotdhanawat/react-coincap-realtime-price
Real-time cryptocurrency price monitor using coincap api.
https://github.com/navjotdhanawat/react-coincap-realtime-price
api coincap coincap-io cryptocurrency frontend monitor price realtime
Last synced: 6 months ago
JSON representation
Real-time cryptocurrency price monitor using coincap api.
- Host: GitHub
- URL: https://github.com/navjotdhanawat/react-coincap-realtime-price
- Owner: navjotdhanawat
- Created: 2018-01-16T12:07:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T17:26:05.000Z (about 7 years ago)
- Last Synced: 2025-03-24T12:03:19.718Z (7 months ago)
- Topics: api, coincap, coincap-io, cryptocurrency, frontend, monitor, price, realtime
- Language: JavaScript
- Size: 123 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Realtime cryptocurrency price update using coincap API.

Technology Stack:
1. Reactjs
2. Websocket
3. Coincap API
4. React Material UI#### Setup:
```
npm install
```
#### Development:```
npm start
```### Production:
```
npm run build
```