crypto-api-test
v1.0.3
Published
a simple cryptocompare api
Downloads
3
Readme
Create a file called 'data.txt' in your project folder
Usage
const crypto_check = require('crypto-api-test');
crypto_check();
The above starts up a process that checks cryptocurrency prices every 3 seconds via cryptocompare's API
