bitcoin-price-by-date
bitcoin-price-by-date copied to clipboard
:dollar: Get bitcoin price by date!!!
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.