This is a crypto currency analyzer created for Scrooge McDuck.
To use the app input the start and end dates and choose the crypto and fiat currencies (only bitcoin and euro is selectable for now) for the period of time you want analyzed and lastly press submit.
The app will find the longest bearish trend, the date with the highest total volume and its amount in the selected fiat currency, and the best days to buy and sell the selected cryptocurrency for maximum profit.
This project was generated with Angular CLI version 13.1.2.
To install the project, go to the project folder and run npm install
.
After it's done installing you can run the app with ng serve
and navigating to http://localhost:4200/
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory
Unit tests can be found in spec.ts files. Run ng test
to run all unit tests.
Check that you have the latest node.js. If ng
opens an editor, this is an alias conflict for Mg editor, remove this by running the following command: sudo apt purge ng-common ng-latin
and reinstall Angular CLI.