gmanroney / cryptoboard

Collects data from multiple cryptocurrency exchanges, transforms it and posts it into redis
MIT License
11 stars 2 forks source link

Refactoring of main function and moving looping through configuration to separate functions #16

Open gmanroney opened 6 years ago

gmanroney commented 6 years ago

Refactoring of main function and moving looping through configuration to separate functions

Possibly combining of functions together.

Do we need command line options if we have active = y/n in the configuration file?