Skip to content

Monitor the prices of crypto assets with data from kraken.com public api

License

Notifications You must be signed in to change notification settings

vaidis/Crypto-Assets-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Assets Monitor

An simple web application to view asset charts from kraken exchange public api

What's inside

  • Frontend: Typescript using React, Redux-Toolkit, Bootstrap, react-financial-charts
  • Backend: Javascript using Express

What provides

  • Candlestick charts
  • With Trade volume
  • With EMA12 and EMA26 indicators
  • Responsive Design

Screenshot

Download

git clone https://github.com/vaidis/Crypto-Assets-Monitor.git

Install

cd Crypto-Assets-Monitor

# Back-end
cd Back
npm install

# Front-end
cd Front
npm install

Run

# Back-end
cd Back
npm start

# Front-end
cd Front
npm start

Todo

  • [] Tests
  • [] Theming error and loading messages
  • [] More indicators

About

Monitor the prices of crypto assets with data from kraken.com public api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published