Just a script for fetching hourly data from CryptoCompare and saving it into a JSON file.
Usage:
- create
.envfile and add
API_KEY=yourapikey
- run
node [sym1] [sym2] [dateStart](e.g.node BTC USD 2018-01-01) - ???
- profit
Just a script for fetching hourly data from CryptoCompare and saving it into a JSON file.
Usage:
.env file and addAPI_KEY=yourapikey
node [sym1] [sym2] [dateStart] (e.g. node BTC USD 2018-01-01)