1.0.1 • Published 2 years ago

crypto-fetcher v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Crypto data returned such as price, circulation, etc.

Install

npm install crypto-fetcher

Example getPrice

getPrice(**cryptosymbolhere**)

Get price for bitcoin: getPrice('BTC')
Get price for etherum: getPrice('ETH')

All prices are in USD
Star our github repository if you want prices in other currencies

getCirculating

getCirculating(**cryptosymbolhere**)

Get circulation for bitcoin: getCirculating('BTC')
Get circulation for etherum: getCirculating('ETH')

Example getData

getData(**cryptosymbolhere**)

Get price for bitcoin: getData('BTC')
Get price for etherum: getData('ETH')

Run tests

npm run test

Author

👤 PickleDev1 & FattyDev1

Show your support

Give a ⭐️ if this project helped you! Check out our github repo called Crypto-Pricer and ⭐️ it if this helped you!