Users should input JSON files as defined in #11 (also see #10). Default input file should be called input.json. All input files should be stored in the input/ directory.
Input files should be read with stonks.data_storage.storage.DataStorage.read_json() and requests should be generated for the ticker symbols by stonks.manager.ApplicationManager.
Users should input JSON files as defined in #11 (also see #10). Default input file should be called
input.json
. All input files should be stored in theinput/
directory.Input files should be read with
stonks.data_storage.storage.DataStorage.read_json()
and requests should be generated for the ticker symbols bystonks.manager.ApplicationManager
.