Get bitcoin price by date!
$ npm install bitcoin-price-by-date
import { getBitcoinPriceByDate } from 'bitcoin-price-by-date';
(async () => {
const price = await getBitcoinPriceByDate([2018, 2, 1]);
console.log(price); // return 9083.258333333333
})();
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.
Licensed under the MIT License.