0.2.0 • Published 6 years ago

bitcoin-price-by-date v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.

0.2.0

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago