Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.36 KB

Build Status dependencies Status devDependencies Status GitHub license contributions welcome

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.