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

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.

Awesome Lists containing this project

README

          

## Realtime cryptocurrency price update using coincap API.

![Realtime cryptocurrency price update screen shot](/realtime-crypto-price-coincap.png?raw=true "Realtime cryptocurrency price update screen shot")

Technology Stack:
1. Reactjs
2. Websocket
3. Coincap API
4. React Material UI

#### Setup:
```
npm install
```
#### Development:

```
npm start
```

### Production:
```
npm run build
```