Speedy765 / crypto-helper-tools

An opensource website for tracking cryptocurreny on Bittrex, Binance and Cryptopia.
http://www.cryptotracky.com
MIT License
24 stars 14 forks source link

Refactor Realtime controller to user Service #14

Closed beeman closed 6 years ago

beeman commented 6 years ago

This PR introduces a service to separate the business logic about how to retrieve and handle the data from the API from the component. In this way there is a distinction of which part of the code is responsible for what.