bitcoin-price-by-date

0.2.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i bitcoin-price-by-date

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

5.47 kB

Total Files

6

Last publish

Collaborators

  • theyahya