Coin
0.1.0
A PowerShell module for retrieving data about cryptocurrencies. Leverages the CryptoCompare API and the CryptoCompareAPI .NET library from Joan Caron
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2017 Matt McNabb. All rights reserved.
Package Details
Author(s)
- Matt McNabb
Tags
Crypto CryptoCurrency Currency Bitcoin CryptoCompare Ethereum Ether Litecoin
Functions
Get-Coin Get-CoinPrice Get-CoinPriceHistory
Dependencies
This module has no dependencies.
Release Notes
Very early draft version - supports listing coins, getting price by coin, and daily price history
FileList
- Coin.nuspec
- coin.psd1
- coin.psm1
- functions\Get-Coin.ps1
- functions\Get-CoinPrice.ps1
- functions\Get-CoinPriceHistory.ps1
- helpers\ConvertFrom-UnixTime.ps1
- helpers\ConvertTo-UnixTime.ps1
- helpers\Invoke-CoinRestMethod.ps1