crypto-fetcher
v1.0.1
Published
Crypto data returned
Downloads
11
Maintainers
Readme
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!