bitcoin-price-by-date
v0.2.0
Published
Get bitcoin price by date
Downloads
4
Readme
Bitcoin price by date
Get bitcoin price by date!
Installation
$ npm install bitcoin-price-by-date
Usage
import { getBitcoinPriceByDate } from 'bitcoin-price-by-date';
(async () => {
const price = await getBitcoinPriceByDate([2018, 2, 1]);
console.log(price); // return 9083.258333333333
})();
Contribution
You can fork the repository, improve or fix some part of it and then send a pull requests.
And write a few tests for your code before sending pull requests.
License
Licensed under the MIT License.